WSFederationAuthenticationModule.RequireHttps 속성

정의

STS(보안 토큰 서비스)와의 통신에서 HTTPS 프로토콜을 사용해야 하는지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool RequireHttps { bool get(); void set(bool value); };
public bool RequireHttps { get; set; }
member this.RequireHttps : bool with get, set
Public Property RequireHttps As Boolean

속성 값

trueHTTPS를 사용하여 STS와의 통신을 보호해야 하는 경우 그렇지 않으면 . false

적용 대상