X509SecurityTokenProvider.Certificate Property

Definition

Gets the X.509 certificate associated with the X509SecurityToken security token.

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate2 ^ Certificate { System::Security::Cryptography::X509Certificates::X509Certificate2 ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get; }
member this.Certificate : System.Security.Cryptography.X509Certificates.X509Certificate2
Public ReadOnly Property Certificate As X509Certificate2

Property Value

Gets an X509Certificate2 that represents the X.509 certificate of a security token.

Remarks

The GetTokenCore method gets a security token based on the certificate represented by the Certificate property.

Applies to