次の方法で共有


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。

属性

適用対象