Click or drag to resize
SecurityUtilsGetPublicKey Method (Int32, 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(
	int keySize,
	string xmlRsaKeyPair
)

Parameters

keySize
Type: SystemInt32
The RSA key size.
xmlRsaKeyPair
Type: SystemString
The private RSA key pair.

Return Value

Type: String
The public RSA key.
See Also