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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.