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