Share via


Rfc3161TimestampToken Classe

Definizione

Rappresenta un token timestamp da IETF RFC 3161.

public ref class Rfc3161TimestampToken sealed
public sealed class Rfc3161TimestampToken
type Rfc3161TimestampToken = class
Public NotInheritable Class Rfc3161TimestampToken
Ereditarietà
Rfc3161TimestampToken

Proprietà

TokenInfo

Ottiene i dettagli del token timestamp come Rfc3161TimestampTokenInfo.

Metodi

AsSignedCms()

Ottiene una rappresentazione CMS (Cryptographic Message Syntax) firmata del token timestamp RFC3161.

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)
TryDecode(ReadOnlyMemory<Byte>, Rfc3161TimestampToken, Int32)

Tenta di interpretare i contenuti di encodedBytes come token timestamp con codifica DER.

VerifySignatureForData(ReadOnlySpan<Byte>, X509Certificate2, X509Certificate2Collection)

Verifica che il token corrente sia un token timestamp valido per i dati forniti.

VerifySignatureForHash(ReadOnlySpan<Byte>, HashAlgorithmName, X509Certificate2, X509Certificate2Collection)

Verifica che il token corrente sia un token timestamp valido per l'hash di dati e l'identificatore dell'algoritmo forniti.

VerifySignatureForHash(ReadOnlySpan<Byte>, Oid, X509Certificate2, X509Certificate2Collection)

Verifica che il token corrente sia un token timestamp valido per l'hash di dati e l'identificatore dell'algoritmo forniti.

VerifySignatureForSignerInfo(SignerInfo, X509Certificate2, X509Certificate2Collection)

Verifica che il token corrente sia un token timestamp valido per il SignerInfofornito.

Si applica a