3 writes to _encrypted
System.Security.Cryptography.Pkcs (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
59
_encrypted
= contentInfoAsn.Content;
63
_encrypted
= contentInfoAsn.Content;
271
_encrypted
= ReadOnlyMemory<byte>.Empty;
2 references to _encrypted
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
226
EncryptedDataAsn encryptedData = EncryptedDataAsn.Decode(
_encrypted
, AsnEncodingRules.BER);
499
writer.WriteEncodedValueForCrypto(
_encrypted
.Span);