3 references to Decode
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
82SignedDataAsn signedData = SignedDataAsn.Decode(pfx.AuthSafe.Content, AsnEncodingRules.BER);
System\Security\Cryptography\Pkcs\SignedCms.cs (2)
149copy = SignedDataAsn.Decode(detachedWriter.Encode(), AsnEncodingRules.BER); 173_signedData = SignedDataAsn.Decode(_heldData, AsnEncodingRules.BER);