QuickOPC User's Guide and Reference
TransportProfileDisplayNameToUriString Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAEndpointSelectionPolicy Class : TransportProfileDisplayNameToUriString Method
The display name of the security policy.
Converts security policy display name to security policy URI.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function TransportProfileDisplayNameToUriString( _
   ByVal displayName As String _
) As String
'Usage
 
Dim displayName As String
Dim value As String
 
value = UAEndpointSelectionPolicy.TransportProfileDisplayNameToUriString(displayName)
[NotNull()]
public static string TransportProfileDisplayNameToUriString( 
   string displayName
)
[NotNull()]
public:
static String^ TransportProfileDisplayNameToUriString( 
   String^ displayName
) 

Parameters

displayName
The display name of the security policy.

Return Value

Returns the security policy URI that corresponds to the given display name.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UAEndpointSelectionPolicy Class
UAEndpointSelectionPolicy Members