1 write to EncodedBagValue
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
45
EncodedBagValue
= skipCopy ? encodedBagValue : encodedBagValue.ToArray();
6 references to EncodedBagValue
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (2)
45
_decoded = CertBagAsn.Decode(
EncodedBagValue
, AsnEncodingRules.BER);
58
_decoded = CertBagAsn.Decode(
EncodedBagValue
, AsnEncodingRules.BER);
System\Security\Cryptography\Pkcs\Pkcs12KeyBag.cs (1)
13
public ReadOnlyMemory<byte> Pkcs8PrivateKey =>
EncodedBagValue
;
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
75
writer.WriteEncodedValueForCrypto(
EncodedBagValue
.Span);
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
28
_decoded = SecretBagAsn.Decode(
EncodedBagValue
, AsnEncodingRules.BER);
System\Security\Cryptography\Pkcs\Pkcs12ShroudedKeyBag.cs (1)
13
public ReadOnlyMemory<byte> EncryptedPkcs8PrivateKey =>
EncodedBagValue
;