1 write to EncodedBagValue
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
51
EncodedBagValue
= 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)
19
public ReadOnlyMemory<byte> Pkcs8PrivateKey =>
EncodedBagValue
;
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
81
writer.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)
19
public ReadOnlyMemory<byte> EncryptedPkcs8PrivateKey =>
EncodedBagValue
;