Compartilhar via


QuicConnection.RemoteCertificate Propriedade

Definição

Obtém o certificado fornecido pelo par.

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

Valor da propriedade

Comentários

Uma conexão de saída/cliente sempre terá o certificado (servidor) do par. Para uma conexão de entrada/servidor, essa propriedade retornará apenas um certificado se a conexão solicitou um e o par (cliente) forneceu um.

Aplica-se a