Rfc3161TimestampRequest.Encode 方法

定义

对时间戳请求进行编码并将它作为字节数组返回。

public:
 cli::array <System::Byte> ^ Encode();
public byte[] Encode ();
member this.Encode : unit -> byte[]
Public Function Encode () As Byte()

返回

Byte[]

包含 DER 编码的时间戳请求的字节数组。

适用于

另请参阅