6 references to Pkcs7Signed
System.Security.Cryptography.Pkcs (6)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Asn.cs (1)
27
case Oids.
Pkcs7Signed
:
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Info.cs (1)
85
else if (pfx.AuthSafe.ContentType == Oids.
Pkcs7Signed
)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
313
if (contentInfo.ContentType != Oids.
Pkcs7Signed
)
System\Security\Cryptography\Pkcs\SignedCms.cs (3)
127
return PkcsHelpers.EncodeContentInfo(writer.Encode(), Oids.
Pkcs7Signed
);
152
return PkcsHelpers.EncodeContentInfo(attachedWriter.Encode(), Oids.
Pkcs7Signed
);
228
if (contentInfo.ContentType != Oids.
Pkcs7Signed
)