Share via


Pkcs12SafeContents.GetBags Método

Definición

Obtiene una representación enumerable de los valores de SafeBag contenidos dentro de 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)

Devoluciones

Una representación enumerable de los valores de SafeBag contenidos dentro de SafeContents.

Excepciones

El contenido se cifra.

Se aplica a

Consulte también