다음을 통해 공유


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을 더 이상 신뢰할 수 없는 만료 시간입니다.

특성

적용 대상