次の方法で共有


QuicConnection.RemoteCertificate プロパティ

定義

ピアによって提供される証明書を取得します。

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

プロパティ値

注釈

送信/クライアント接続には、常にピアの (サーバー) 証明書が含まれます。 受信/サーバー接続の場合、このプロパティは、接続が要求され、ピア (クライアント) が証明書を指定した場合にのみ証明書を返します。

適用対象