RemoteAuthenticationOptions.Validate 메서드

정의

오버로드

Validate()

옵션이 유효한지 확인합니다. 상황이 정상이 아닌 경우 예외를 throw해야 합니다.

Validate(String)

옵션이 특정 구성표에 대해 유효한지 확인합니다.

Validate()

Source:
RemoteAuthenticationOptions.cs
Source:
RemoteAuthenticationOptions.cs

옵션이 유효한지 확인합니다. 상황이 정상이 아닌 경우 예외를 throw해야 합니다.

public:
 override void Validate();
public override void Validate ();
override this.Validate : unit -> unit
Public Overrides Sub Validate ()

적용 대상

Validate(String)

Source:
RemoteAuthenticationOptions.cs
Source:
RemoteAuthenticationOptions.cs

옵션이 특정 구성표에 대해 유효한지 확인합니다.

public:
 override void Validate(System::String ^ scheme);
public override void Validate (string scheme);
override this.Validate : string -> unit
Public Overrides Sub Validate (scheme As String)

매개 변수

scheme
String

유효성을 검사하는 체계입니다.

적용 대상