Opc.Ua.Core
DoesUrlMatchCertificate Method



Opc.Ua Namespace > X509Utils Class : DoesUrlMatchCertificate Method
The certificate.
The endpoint url to verify.
Checks that the domain in the URL provided matches one of the domains in the certificate.
Syntax
'Declaration
 
Public Shared Function DoesUrlMatchCertificate( _
   ByVal certificate As X509Certificate2, _
   ByVal endpointUrl As Uri _
) As Boolean
'Usage
 
Dim certificate As X509Certificate2
Dim endpointUrl As Uri
Dim value As Boolean
 
value = X509Utils.DoesUrlMatchCertificate(certificate, endpointUrl)
public static bool DoesUrlMatchCertificate( 
   X509Certificate2 certificate,
   Uri endpointUrl
)
public:
static bool DoesUrlMatchCertificate( 
   X509Certificate2^ certificate,
   Uri^ endpointUrl
) 

Parameters

certificate
The certificate.
endpointUrl
The endpoint url to verify.

Return Value

True if the certificate matches the url.
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

X509Utils Class
X509Utils Members