2 references to Decode
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (2)
34
_decoded = SecretBagAsn.
Decode
(EncodedBagValue, AsnEncodingRules.BER);
67
SecretBagAsn decoded = SecretBagAsn.
Decode
(bagValue, AsnEncodingRules.BER);