Sdílet prostřednictvím


Pkcs12Info.AuthenticatedSafe Vlastnost

Definice

Získá jen pro čtení kolekce SafeContents hodnoty přítomné v 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)

Hodnota vlastnosti

Kolekce jen pro čtení hodnot SafeContents, které jsou přítomné v PFX AuthenticatedSafe.

Platí pro