'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.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
Returns the display name that corresponds to the given security policy URI.
This method never returns null
(Nothing
in Visual Basic).