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

适用于