共用方式為


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

適用於