'Declaration
<NotNullAttribute()> <PureAttribute()> Public Shared Function UriStringToDisplayName( _ ByVal securityPolicyUriString As String _ ) As String
'Usage
Dim securityPolicyUriString As String Dim value As String value = UASecurityPolicyUriStrings.UriStringToDisplayName(securityPolicyUriString)
[NotNull()] [Pure()] public static string UriStringToDisplayName( string securityPolicyUriString )
[NotNull()] [Pure()] public: static String^ UriStringToDisplayName( String^ securityPolicyUriString )
Parameters
- securityPolicyUriString
- The URI of the security policy.
Return Value
Returns the display name that corresponds to the given security policy URI.