uaPLUS Reference
DoesUrlMatchCertificate Method
See Also  Send Feedback
Opc.Ua Namespace > Utils Class : DoesUrlMatchCertificate Method

certificate
endpointUrl

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function DoesUrlMatchCertificate( _
   ByVal certificate As X509Certificate2, _
   ByVal endpointUrl As Uri _
) As Boolean
C# 
public static bool DoesUrlMatchCertificate( 
   X509Certificate2 certificate,
   Uri endpointUrl
)

Parameters

certificate
endpointUrl

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.