2 references to Decode
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
144
SignerInfoAsn counterSigner = SignerInfoAsn.
Decode
(counterSignerBytes, AsnEncodingRules.BER);
250
SignerInfoAsn parsedData = SignerInfoAsn.
Decode
(attrValue, AsnEncodingRules.BER);