次の方法で共有


Pkcs12Info.AuthenticatedSafe プロパティ

定義

PFX AuthenticatedSafe 内に存在する SafeContents 値の読み取り専用のコレクションを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::Pkcs::Pkcs12SafeContents ^> ^ AuthenticatedSafe { System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::Pkcs::Pkcs12SafeContents ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.Pkcs.Pkcs12SafeContents> AuthenticatedSafe { get; }
member this.AuthenticatedSafe : System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.Pkcs.Pkcs12SafeContents>
Public ReadOnly Property AuthenticatedSafe As ReadOnlyCollection(Of Pkcs12SafeContents)

プロパティ値

PFX AuthenticatedSafe に存在する SafeContents 値の読み取り専用コレクション。

適用対象