Rfc3161TimestampRequest.GetNonce 方法

定义

获取此时间戳请求的 nonce。

public:
 Nullable<ReadOnlyMemory<System::Byte>> GetNonce();
public ReadOnlyMemory<byte>? GetNonce();
member this.GetNonce : unit -> Nullable<ReadOnlyMemory<byte>>
Public Function GetNonce () As Nullable(Of ReadOnlyMemory(Of Byte))

返回

此时间戳请求的 nonce 作为只读内存值(如果存在);否则,为 null.

适用于