Opc.Ua.Security.Certificates
VerifyRSAKeyPair Method (X509PfxUtils)



Opc.Ua.Security.Certificates Namespace > X509PfxUtils Class : VerifyRSAKeyPair Method
Verify RSA key pair of two certificates.
Syntax
'Declaration
 
Public Shared Function VerifyRSAKeyPair( _
   ByVal certWithPublicKey As X509Certificate2, _
   ByVal certWithPrivateKey As X509Certificate2, _
   Optional ByVal throwOnError As Boolean _
) As Boolean
'Usage
 
Dim certWithPublicKey As X509Certificate2
Dim certWithPrivateKey As X509Certificate2
Dim throwOnError As Boolean
Dim value As Boolean
 
value = X509PfxUtils.VerifyRSAKeyPair(certWithPublicKey, certWithPrivateKey, throwOnError)

Parameters

certWithPublicKey
certWithPrivateKey
throwOnError
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509PfxUtils Class
X509PfxUtils Members