AuthenticablePrincipal.Certificates プロパティ

定義

このアカウントの X509 証明書が格納された X509Certificate2Collection を取得します。

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

プロパティ値

このアカウントの X509 証明書を格納する X509Certificate2Collection

例外

基盤となるになるストアは、このプロパティをサポートしていません。

適用対象