1 write to EncodedBagValue
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
51EncodedBagValue = skipCopy ? encodedBagValue : encodedBagValue.ToArray();
6 references to EncodedBagValue
System.Security.Cryptography.Pkcs (6)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (2)
52_decoded = CertBagAsn.Decode(EncodedBagValue, AsnEncodingRules.BER); 65_decoded = CertBagAsn.Decode(EncodedBagValue, AsnEncodingRules.BER);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12KeyBag.cs (1)
19public ReadOnlyMemory<byte> Pkcs8PrivateKey => EncodedBagValue;
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
81writer.WriteEncodedValueForCrypto(EncodedBagValue.Span);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
34_decoded = SecretBagAsn.Decode(EncodedBagValue, AsnEncodingRules.BER);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12ShroudedKeyBag.cs (1)
19public ReadOnlyMemory<byte> EncryptedPkcs8PrivateKey => EncodedBagValue;