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)

属性值

ReadOnlyCollection<Pkcs12SafeContents>

PFX AuthenticatedSafe 中存在的 SafeContents 值的只读集合。

适用于