'Declaration
Function IsEndpointUrlStringTrusted( _ ByVal endpointUrlString As String _ ) As Boolean
'Usage
Dim instance As _UACertificateAcceptancePolicy Dim endpointUrlString As String Dim value As Boolean value = instance.IsEndpointUrlStringTrusted(endpointUrlString)
bool IsEndpointUrlStringTrusted( string endpointUrlString )
bool IsEndpointUrlStringTrusted( String^ endpointUrlString )
Parameters
- endpointUrlString
- The endpoint URL string to be tested.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
true
if the endpoint URL string is trusted; false
otherwise.