QuickOPC User's Guide and Reference
SecurityPolicyUriStringToDisplayName Method



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

Parameters

securityPolicyUriString
The URI of the security policy.

Return Value

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

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

See Also

Reference

UAEndpointSelectionPolicy Class
UAEndpointSelectionPolicy Members