2 references to ContentType
System.Security.Cryptography (2)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
347
Oids.
ContentType
=> new Pkcs9ContentType(encodedAttribute),
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
54
internal static Oid ContentTypeOid => s_contentTypeOid ??= InitializeOid(
ContentType
);