| SecurityUtilsGetPublicKey Method (Int32, 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(
	int keySize,
	string xmlRsaKeyPair
)
Parameters
- keySize
 - Type: SystemInt32
The RSA key size. - xmlRsaKeyPair
 - Type: SystemString
The private RSA key pair. 
Return Value
Type: 
StringThe public RSA key.
See Also