8 references to Decode
Microsoft.DotNet.SignCheckLibrary (7)
Verification\AuthentiCode.cs (3)
117signedCms.Decode(vData); 230nestedSignatureMessage.Decode(nestedSignature.RawData); 254rfc3161Message.Decode(rfc3161CounterSignature.RawData);
Verification\Jar\JarSignatureFile.cs (3)
217cms.Decode(signatureBlockBytes); 248cms.Decode(signatureBlockBytes); 263timestampCms.Decode(timestampAttribute.RawData);
Verification\JavaScriptVerifier.cs (1)
36signedCms.Decode(signatureBytes);
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
468Decode(encoded);