2 references to AsSignedCms
NuGet.Packaging (1)
Signing\Timestamp\Rfc3161TimestampTokenNetstandard21Wrapper.cs (1)
45return _rfc3161TimestampToken.AsSignedCms();
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
439SignedCms tokenCms = token.AsSignedCms();