AppCredentials.IsTrustedServiceUrl(String) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Waarschuwing
IsTrustedServiceUrl is not a required part of the security model.
Controleert of de service-URL voor een vertrouwde host is of niet.
[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
Parameters
- serviceUrl
- String
De service-URL.
Retouren
True als de host van de service-URL wordt vertrouwd; Anders onwaar.
- Kenmerken