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