다음을 통해 공유


AppCredentials.IsTrustedServiceUrl(String) 메서드

정의

주의

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입니다.

반환

True이면 서비스 URL의 호스트를 신뢰할 수 있습니다. 그렇지 않으면 False입니다.

특성

적용 대상