AppCredentials.IsTrustedServiceUrl(String) 方法

定义

注意

IsTrustedServiceUrl is not a required part of the security model.

检查服务 URL 是否为受信任的主机。

[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

参数

serviceUrl
String

服务 URL。

返回

如果服务 URL 的主机受信任,则为 True;否则为 False。

属性

适用于