Click or drag to resize
SecurityUtilsCreateDigitalSignature Method (String, XmlElement)
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(
	string xmlRsaKeyPair,
	XmlElement xeSubject
)

Parameters

xmlRsaKeyPair
Type: SystemString
The XML RSA key pair.
xeSubject
Type: System.XmlXmlElement
The subject to be signed.

Return Value

Type: String
The signature in base64 format.
See Also