Is there any method, function in xsec that checks if KeyValue and X509Data (X509Certificate) are compatible? (I mean, which checks that X509Data and KeyValue contains the same public key)? Or is it better to check it by myself (extract key, compare modulus and exponent)?
andrzeJ