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