Rfc3161TimestampRequest.GetExtensions 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 a collection with a copy of the extensions present on this request.
public:
System::Security::Cryptography::X509Certificates::X509ExtensionCollection ^ GetExtensions();
public System.Security.Cryptography.X509Certificates.X509ExtensionCollection GetExtensions ();
member this.GetExtensions : unit -> System.Security.Cryptography.X509Certificates.X509ExtensionCollection
Public Function GetExtensions () As X509ExtensionCollection
Returns
A collection with a copy of the extensions present on this request.
Remarks
The collection returned by this method represents a snapshot of the data. No modification of the collection or any instance within the collection will result in a change in this instance.
This method returns an empty collection when it has no extensions. To avoid the object creation in this common scenario, read HasExtensions.