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。
- 属性