다음을 통해 공유


AntiforgeryOptions.RequireSsl 속성

정의

주의

This property is obsolete and will be removed in a future version. The recommended alternative is to set Cookie.SecurePolicy.

이 속성은 더 이상 사용되지 않으며 이후 버전에서 제거될 예정입니다. 권장되는 대안은 에서 를 설정하는 것입니다 Cookie.

trueAlways와 동등합니다. falseNone와 동등합니다.

위조 방지 시스템이 작동하기 위해 SSL이 필요한지 여부를 지정합니다. 이 설정이 'true'이고 SSL이 아닌 요청이 시스템에 들어오면 모든 위조 방지 API가 실패합니다.

public:
 property bool RequireSsl { bool get(); void set(bool value); };
public bool RequireSsl { get; set; }
[System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is to set Cookie.SecurePolicy.")]
public bool RequireSsl { get; set; }
member this.RequireSsl : bool with get, set
[<System.Obsolete("This property is obsolete and will be removed in a future version. The recommended alternative is to set Cookie.SecurePolicy.")>]
member this.RequireSsl : bool with get, set
Public Property RequireSsl As Boolean

속성 값

특성

적용 대상