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