ComponentSpace SAML Class Library Reference

CertificateContext.X509Certificate Property

Gets the X.509 certificate associated with this certificate context.

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

Property Value

The X509Certificate.

See Also

CertificateContext Class | ComponentSpace.CryptoHelper Namespace