HostNameSslState 클래스

정의

SSL 사용 호스트 이름입니다.

public class HostNameSslState
type HostNameSslState = class
Public Class HostNameSslState
상속
HostNameSslState

생성자

HostNameSslState()

HostNameSslState 클래스의 새 instance 초기화합니다.

HostNameSslState(String, Nullable<SslState>, String, String, Nullable<Boolean>, Nullable<HostType>)

HostNameSslState 클래스의 새 instance 초기화합니다.

속성

HostType

가져오거나 설정은 호스트 이름이 표준 또는 리포지토리 호스트 이름인지 여부를 나타냅니다. 가능한 값은 '표준', '리포지토리'입니다.

Name

호스트 이름을 가져오거나 설정합니다.

SslState

SSL 형식을 가져오거나 설정합니다. 가능한 값은 'Disabled', 'SniEnabled', 'IpBasedEnabled'입니다.

Thumbprint

SSL 인증서 지문을 가져오거나 설정합니다.

ToUpdate

기존 호스트 이름을 업데이트하기 위해 &lt;code&gt;true&lt;/code&gt;로 설정된 를 가져오거나 설정합니다.

VirtualIP

IP 기반 SSL을 사용하는 경우 호스트 이름에 할당된 가상 IP 주소를 가져오거나 설정합니다.

적용 대상