AppCredentials.IsTrustedServiceUrl(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
IsTrustedServiceUrl is not a required part of the security model.
Verifica se a URL do serviço é para um host confiável ou não.
[System.Obsolete("IsTrustedServiceUrl is not a required part of the security model.")]
public static bool IsTrustedServiceUrl (string serviceUrl);
[<System.Obsolete("IsTrustedServiceUrl is not a required part of the security model.")>]
static member IsTrustedServiceUrl : string -> bool
Public Shared Function IsTrustedServiceUrl (serviceUrl As String) As Boolean
Parâmetros
- serviceUrl
- String
A URL do serviço.
Retornos
True se o host da URL do serviço for confiável; Caso contrário, false.
- Atributos