Pkcs12SafeContents.GetBags Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.