AppCredentials.IsTrustedServiceUrl(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
IsTrustedServiceUrl is not a required part of the security model.
Controlla se l'URL del servizio è per un host attendibile o meno.
[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
Parametri
- serviceUrl
- String
URL del servizio.
Restituisce
True se l'host dell'URL del servizio è attendibile; False in caso contrario.
- Attributi