Click or drag to resize

SecurityUtilsRsaCreateDigitalSignature Method (String, XmlElement)

Creates a digital signature of an XML element.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string RsaCreateDigitalSignature(
	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