SecurityUtilsGetPublicKey Method (String) |
Retrieves a public RSA key out of a private RSA key pair.
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 GetPublicKey(
string xmlRsaKeyPair
)
Parameters
- xmlRsaKeyPair
- Type: SystemString
The private RSA key pair.
Return Value
Type:
StringThe public RSA key.
See Also