EdsServiceGenerateSignatureCore - метод |
Пространство имён:
Tessa.Host.EDS
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemByte
- file
- Тип: SystemByte
- hashAlgorithm
- Тип: SystemString
Возвращаемое значение
Тип:
ByteСм. также