4 references to ContentType
System.Security.Cryptography.Pkcs (4)
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)
21
internal static Oid ContentTypeOid => field ??= InitializeOid(
ContentType
);
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
264
AttrType = Oids.
ContentType
,
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
655
else if (attr.AttrType == Oids.
ContentType
)