共用方式為


Rfc3161TimestampTokenInfo.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。

適用於