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)
226EncryptedDataAsn encryptedData = EncryptedDataAsn.Decode(_encrypted, AsnEncodingRules.BER); 499writer.WriteEncodedValueForCrypto(_encrypted.Span);