2 references to Decode
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (2)
28
_decoded = SecretBagAsn.
Decode
(EncodedBagValue, AsnEncodingRules.BER);
61
SecretBagAsn decoded = SecretBagAsn.
Decode
(bagValue, AsnEncodingRules.BER);