Rfc3161TimestampTokenInfo.GetNonce Method

Definition

Gets the nonce associated with this timestamp token.

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))

Returns

The nonce associated with this timestamp token.

Applies to