Rfc3161TimestampToken.AsSignedCms Metoda

Definicja

Pobiera podpisaną reprezentację składni komunikatów kryptograficznych (CMS) tokenu sygnatury czasowej 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

Zwraca

Reprezentacja SignedCms elementu Rfc3161TimestampToken.

Uwagi

Kolejne wywołania tej metody zwracają ten sam obiekt.

Klasa SignedCms jest niezmienna, ale zmiany w tym obiekcie nie są odzwierciedlane w Rfc3161TimestampToken obiekcie, który go wyprodukował.

Wartość wywołania można interpretować ponownie jako Rfc3161TimestampToken wywołanie innego wywołania SignedCms.Encode() metody Rfc3161TimestampToken.TryDecode(ReadOnlyMemory<Byte>, Rfc3161TimestampToken, Int32).

Dotyczy