WebRequestHandler.ClientCertificates プロパティ

定義

この要求に関連付けられているセキュリティ証明書のコレクションを取得または設定します。

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

プロパティ値

この要求に関連付けられているセキュリティ証明書のコレクション。

適用対象