Compartilhar via


Pkcs12Info.AuthenticatedSafe Propriedade

Definição

Obtém uma coleção somente leitura dos valores de SafeContents presentes no AuthenticatedSafe PFX.

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)

Valor da propriedade

Uma coleção somente leitura dos valores SafeContents presentes no PFX AuthenticatedSafe.

Aplica-se a