2 references to Decode
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
236
EncryptedDataAsn encryptedData = EncryptedDataAsn.
Decode
(_encrypted, AsnEncodingRules.BER);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (1)
461
EncryptedDataAsn.
Decode
(safeContentsAsn.Content, AsnEncodingRules.BER);