SecurityUtilsRsaCreateDigitalSignature Method (String, Byte) |
Creates a digital signature.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static string RsaCreateDigitalSignature(
string xmlRsaKeyPair,
byte[] aSubject
)
Parameters
- xmlRsaKeyPair
- Type: SystemString
The XML RSA key pair. - aSubject
- Type: SystemByte
The subject to be signed.
Return Value
Type:
StringThe signature in base64 format.
See Also