X509SecurityTokenProvider.Certificate Propriedade
Definição
Obtém o certificado X.509 associado ao token de segurança X509SecurityToken.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
Valor da propriedade
Obtém um X509Certificate2 que representa o certificado X. 509 de um token de segurança.Gets an X509Certificate2 that represents the X.509 certificate of a security token.
Comentários
O GetTokenCore método obtém um token de segurança com base no certificado representado pela Certificate propriedade.The GetTokenCore method gets a security token based on the certificate represented by the Certificate property.