Rfc3161TimestampRequest.GetExtensions 方法

定義

取得此要求上具有延伸模組複本的集合。

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

適用於