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