3 writes to _encrypted
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
48
_encrypted
= contentInfoAsn.Content;
52
_encrypted
= contentInfoAsn.Content;
260
_encrypted
= ReadOnlyMemory<byte>.Empty;
2 references to _encrypted
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
215
EncryptedDataAsn encryptedData = EncryptedDataAsn.Decode(
_encrypted
, AsnEncodingRules.BER);
438
writer.WriteEncodedValueForCrypto(
_encrypted
.Span);