Click or drag to resize
SecurityUtilsGetPublicKey Method (String)
Retrieves a public RSA key out of a private RSA key pair.

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 GetPublicKey(
	string xmlRsaKeyPair
)

Parameters

xmlRsaKeyPair
Type: SystemString
The private RSA key pair.

Return Value

Type: String
The public RSA key.
See Also