AppCredentials.IsTrustedServiceUrl(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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。
- 属性