次の方法で共有


AppCredentials.TrustServiceUrl メソッド

定義

オーバーロード

TrustServiceUrl(String)
古い.

信頼されたホストにサービス URL のホストを MicrosoftAppCredentials 追加します。

TrustServiceUrl(String, DateTime)
古い.

信頼されたホストにサービス URL のホストを MicrosoftAppCredentials 追加します。

TrustServiceUrl(String)

注意事項

TrustServiceUrl is not a required part of the security model.

信頼されたホストにサービス URL のホストを MicrosoftAppCredentials 追加します。

[System.Obsolete("TrustServiceUrl is not a required part of the security model.")]
public static void TrustServiceUrl (string serviceUrl);
[<System.Obsolete("TrustServiceUrl is not a required part of the security model.")>]
static member TrustServiceUrl : string -> unit
Public Shared Sub TrustServiceUrl (serviceUrl As String)

パラメーター

serviceUrl
String

サービス URL。

属性

注釈

有効期限が指定されていない場合、有効期限は DateTime.UtcNow.AddDays(1) になります。

適用対象

TrustServiceUrl(String, DateTime)

注意事項

TrustServiceUrl is not a required part of the security model.

信頼されたホストにサービス URL のホストを MicrosoftAppCredentials 追加します。

[System.Obsolete("TrustServiceUrl is not a required part of the security model.")]
public static void TrustServiceUrl (string serviceUrl, DateTime expirationTime);
[<System.Obsolete("TrustServiceUrl is not a required part of the security model.")>]
static member TrustServiceUrl : string * DateTime -> unit
Public Shared Sub TrustServiceUrl (serviceUrl As String, expirationTime As DateTime)

パラメーター

serviceUrl
String

サービス URL。

expirationTime
DateTime

このサービス URL が信頼されなくなった有効期限。

属性

適用対象