EdsServiceGenerateSignatureCore - метод
Пространство имён: Tessa.Host.EDSСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
protected virtual byte[] GenerateSignatureCore(
byte[] certificate,
byte[] file,
string hashAlgorithm
)
Protected Overridable Function GenerateSignatureCore (
certificate As Byte(),
file As Byte(),
hashAlgorithm As String
) As Byte()
protected:
virtual array<unsigned char>^ GenerateSignatureCore(
array<unsigned char>^ certificate,
array<unsigned char>^ file,
String^ hashAlgorithm
)
abstract GenerateSignatureCore :
certificate : byte[] *
file : byte[] *
hashAlgorithm : string -> byte[]
override GenerateSignatureCore :
certificate : byte[] *
file : byte[] *
hashAlgorithm : string -> byte[]
- certificate Byte
-
- file Byte
-
- hashAlgorithm String
-
Byte