Click or drag to resize
SecurityUtilsCreateDigitalSignature Method (Int32, String, Byte)
Creates a digital signature.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string CreateDigitalSignature(
	int keySize,
	string xmlRsaKeyPair,
	byte[] aSubject
)

Parameters

keySize
Type: SystemInt32
The RSA key size.
xmlRsaKeyPair
Type: SystemString
The XML RSA key pair.
aSubject
Type: SystemByte
The subject to be signed.

Return Value

Type: String
The signature in base64 format.
See Also