3 writes to _encrypted
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (3)
43_encrypted = contentInfoAsn.Content; 47_encrypted = contentInfoAsn.Content; 276_encrypted = ReadOnlyMemory<byte>.Empty;
2 references to _encrypted
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
231EncryptedDataAsn encryptedData = EncryptedDataAsn.Decode(_encrypted, AsnEncodingRules.BER); 454writer.WriteEncodedValueForCrypto(_encrypted.Span);