AppCredentials.IsTrustedServiceUrl(String) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
IsTrustedServiceUrl is not a required part of the security model.
Kontrollerar om tjänst-URL:en är för en betrodd värd eller inte.
[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
Parametrar
- serviceUrl
- String
Tjänstens URL.
Returer
Sant om värden för tjänst-URL:en är betrodd. Annars falskt.
- Attribut