2 writes to SecretTypeId
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SecretBagAsn.xml.cs (1)
94
decoded.
SecretTypeId
= sequenceReader.ReadObjectIdentifier();
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
50
SecretTypeId
= secretTypeOid.Value,
2 references to SecretTypeId
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SecretBagAsn.xml.cs (1)
28
writer.WriteObjectIdentifier(
SecretTypeId
);
System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
39
_secretTypeOid ??= new Oid(_decoded.
SecretTypeId
);