Pkcs12SafeContents.GetBags Method

Definition

Gets an enumerable representation of the SafeBag values contained within the SafeContents.

public:
 System::Collections::Generic::IEnumerable<System::Security::Cryptography::Pkcs::Pkcs12SafeBag ^> ^ GetBags();
public System.Collections.Generic.IEnumerable<System.Security.Cryptography.Pkcs.Pkcs12SafeBag> GetBags ();
member this.GetBags : unit -> seq<System.Security.Cryptography.Pkcs.Pkcs12SafeBag>
Public Function GetBags () As IEnumerable(Of Pkcs12SafeBag)

Returns

An enumerable representation of the SafeBag values contained within the SafeContents.

Exceptions

The contents are encrypted.

Applies to

See also