ComponentSpace SAML Class Library Reference

CertificateContext.PrivateKey Property

Gets the RSA private key associated with this certificate context.

[Visual Basic]
Public ReadOnly Property PrivateKey As RSA
[C#]
public System.Security.Cryptography.RSA PrivateKey {get;}

Property Value

The RSA private key.

See Also

CertificateContext Class | ComponentSpace.CryptoHelper Namespace