SecurityUtilsCreateDigitalSignature Method (Int32, String, XmlElement) |
Creates a digital signature.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string CreateDigitalSignature(
int keySize,
string xmlRsaKeyPair,
XmlElement xeSubject
)
Parameters
- keySize
- Type: SystemInt32
The RSA key size. - xmlRsaKeyPair
- Type: SystemString
The XML RSA key pair. - xeSubject
- Type: System.XmlXmlElement
The subject to be signed.
Return Value
Type:
StringThe signature in base64 format.
See Also