AppCredentials.IsTrustedServiceUrl(String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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