'Declaration
Public 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)
public bool IsEndpointUrlStringTrusted( string endpointUrlString )
public: bool IsEndpointUrlStringTrusted( String^ endpointUrlString )
Parameters
- endpointUrlString
- The endpoint URL string to be tested.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
true
if the endpoint URL string is trusted; false
otherwise.