3 overrides of VerifyKeyType
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (1)
40
protected override bool
VerifyKeyType
(AsymmetricAlgorithm key)
System\Security\Cryptography\Pkcs\CmsSignature.ECDsa.cs (1)
41
protected override bool
VerifyKeyType
(AsymmetricAlgorithm key)
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
42
protected override bool
VerifyKeyType
(AsymmetricAlgorithm key)
1 reference to VerifyKeyType
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSignature.cs (1)
103
if (key != null && !processor.
VerifyKeyType
(key))