Condividi tramite


Pkcs12Info.AuthenticatedSafe Proprietà

Definizione

Ottiene una raccolta di sola lettura dei valori di SafeContents presenti nell'oggetto 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)

Valore della proprietà

Raccolta di sola lettura dei valori SafeContents presenti in PFX AuthenticatedSafe.

Si applica a