Compartilhar via


AppCredentials.IsTrustedServiceUrl(String) Método

Definição

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

Aplica-se a