次の方法で共有


X509CertificateEndpointIdentity.Certificates プロパティ

定義

この ID の証明書のコレクションを取得します。

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

プロパティ値

X509Certificate2Collection

X509Certificate2Collection オブジェクト。

注釈

このコレクションには、primaryCertificate とすべてのX509CertificateEndpointIdentity を作成するために使用される supportingCertificates が含まれます。

適用対象