Converts security policy URI to security policy display name.
Syntax
[NotNull()]
[Pure()]
public static string UriStringToDisplayName(
string
)
[NotNull()]
[Pure()]
public:
static String^ UriStringToDisplayName(
String^
)
'Declaration
<NotNullAttribute()>
<PureAttribute()>
Public Shared Function UriStringToDisplayName( _
ByVal As String _
) As String
'Usage
Dim securityPolicyUriString As String
Dim value As String
value = UASecurityPolicyUriStrings.UriStringToDisplayName(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 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also