AppCredentials.IsTrustedServiceUrl(String) Metodo

Definizione

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

Si applica a