Opc.Ua.Core
FindByAuthorityUrl Method



Opc.Ua Namespace > OAuth2CredentialCollection Class : FindByAuthorityUrl Method
Syntax
'Declaration
 
Public Shared Function FindByAuthorityUrl( _
   ByVal configuration As ApplicationConfiguration, _
   ByVal authorityUrl As String _
) As OAuth2Credential
'Usage
 
Dim configuration As ApplicationConfiguration
Dim authorityUrl As String
Dim value As OAuth2Credential
 
value = OAuth2CredentialCollection.FindByAuthorityUrl(configuration, authorityUrl)

Parameters

configuration
authorityUrl
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

OAuth2CredentialCollection Class
OAuth2CredentialCollection Members