4 references to ContentType
System.Security.Cryptography.Pkcs (4)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
347Oids.ContentType => new Pkcs9ContentType(encodedAttribute),
src\libraries\Common\src\System\Security\Cryptography\Oids.Shared.cs (1)
21internal static Oid ContentTypeOid => field ??= InitializeOid(ContentType);
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
264AttrType = Oids.ContentType,
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
655else if (attr.AttrType == Oids.ContentType)