Pkcs12SafeContents.GetBags Método

Definição

Obtém uma representação enumerável dos valores de SafeBag contidos no SafeContents.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)

Retornos

IEnumerable<Pkcs12SafeBag>

Uma representação enumerável dos valores de SafeBag contidos no SafeContents.An enumerable representation of the SafeBag values contained within the SafeContents.

Exceções

O conteúdo é criptografado.The contents are encrypted.

Aplica-se a

Confira também