7 references to Decode
Microsoft.DotNet.SignCheckLibrary (6)
Verification\AuthentiCode.cs (3)
71rfc3161Message.Decode(rfc3161CounterSignature.RawData); 142signedCms.Decode(vData); 185nestedSignatureMessage.Decode(nestedSignature.RawData);
Verification\Jar\JarSignatureFile.cs (3)
217cms.Decode(signatureBlockBytes); 248cms.Decode(signatureBlockBytes); 263timestampCms.Decode(timestampAttribute.RawData);
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
481Decode(encoded);