Compartir a través de


AppCredentials.IsTrustedServiceUrl(String) Método

Definición

Precaución

IsTrustedServiceUrl is not a required part of the security model.

Comprueba si la dirección URL del servicio es para un host de confianza o no.

[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

Dirección URL del servicio.

Devoluciones

True si el host de la dirección URL del servicio es de confianza; False en caso contrario.

Atributos

Se aplica a