2 writes to _decoded
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (2)
28
_decoded
= SecretBagAsn.Decode(EncodedBagValue, AsnEncodingRules.BER);
34
_decoded
= secretBagAsn;
2 references to _decoded
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (2)
16
public ReadOnlyMemory<byte> SecretValue =>
_decoded
.SecretValue;
39
_secretTypeOid ??= new Oid(
_decoded
.SecretTypeId);