2 writes to SecretTypeId
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs12\SecretBagAsn.xml.cs (1)
94
decoded.
SecretTypeId
= sequenceReader.ReadObjectIdentifier();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
56
SecretTypeId
= 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)
28
writer.WriteObjectIdentifier(
SecretTypeId
);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SecretBag.cs (1)
45
_secretTypeOid ??= new Oid(_decoded.
SecretTypeId
);