AppCredentials.TrustServiceUrl メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 が信頼されなくなった有効期限。
- 属性