Condividi tramite


Rfc3161TimestampToken.AsSignedCms Metodo

Definizione

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

public:
 System::Security::Cryptography::Pkcs::SignedCms ^ AsSignedCms();
public System.Security.Cryptography.Pkcs.SignedCms AsSignedCms ();
member this.AsSignedCms : unit -> System.Security.Cryptography.Pkcs.SignedCms
Public Function AsSignedCms () As SignedCms

Restituisce

Rappresentazione SignedCms di Rfc3161TimestampToken.

Commenti

Le chiamate successive a questo metodo restituiscono lo stesso oggetto.

La SignedCms classe è modificabile, ma le modifiche apportate a tale oggetto non vengono riflesse nell'oggetto Rfc3161TimestampToken che lo ha prodotto.

Il valore della chiamata SignedCms.Encode() può essere interpretato di nuovo come una Rfc3161TimestampToken chiamata tramite un'altra chiamata a Rfc3161TimestampToken.TryDecode(ReadOnlyMemory<Byte>, Rfc3161TimestampToken, Int32).

Si applica a