Pkcs12Info.AuthenticatedSafe Propiedad

Definición

Obtiene una colección de solo lectura de los valores de SafeContents presentes en PFX AuthenticatedSafe.

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 de propiedad

ReadOnlyCollection<Pkcs12SafeContents>

Colección de solo lectura de los valores SafeContents presentes en PFX AuthenticatedSafe.

Se aplica a