MvcOptions.SslPort 속성

정의

가 사용될 때 RequireHttpsAttribute 이 애플리케이션에서 사용하는 SSL 포트를 가져오거나 설정합니다. 설정하지 않으면 포트가 보안 URL(예: )에 지정되지 않습니다. https://localhost/path.

public:
 property Nullable<int> SslPort { Nullable<int> get(); void set(Nullable<int> value); };
public int? SslPort { get; set; }
member this.SslPort : Nullable<int> with get, set
Public Property SslPort As Nullable(Of Integer)

속성 값

적용 대상