Rfc3161TimestampRequest.GetExtensions 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此要求上具有延伸模組複本的集合。
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
傳回
此要求上具有延伸模組複本的集合。
備註
這個方法傳回的集合代表數據的快照集。 未修改集合或任何集合內的實例,將會導致此實例的變更。
這個方法在沒有任何擴充功能時,會傳回空的集合。 若要避免在此常見案例中建立物件,請閱讀 HasExtensions。