C# 클래스 Microsoft.Protocols.TestManager.Detector.KerberosValueDetector

상속: IValueDetector
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 메소드들

메소드 설명
CheckConfigrationSettings ( string>.Dictionary properties ) : bool

return false if check failed and set failed property in dictionary

GetDetectedProperty ( Dictionary &propertiesDic ) : bool

Get the detect result.

GetDetectionSteps ( ) : List

Add Detection steps to the log shown when detecting

GetHiddenProperties ( List rules ) : List
GetPrerequisites ( ) : Microsoft.Protocols.TestManager.Detector.Prerequisites

Get the prerequisites for auto-detection.

GetSUTSummary ( ) : object
GetSelectedRules ( ) : List

Get selected rules

RunDetection ( ) : bool

Run property autodetection.

SelectEnvironment ( string NetworkEnvironmet ) : void
SetPrerequisiteProperties ( string>.Dictionary properties ) : bool

Set the values for the required properties.

비공개 메소드들

메소드 설명
DetectAP ( DomainInfo domain, Server ap, KerberosDetector detector ) : bool
DetectClient ( DomainInfo domain, ComputerInfo client ) : bool
DetectDC ( DomainInfo domain, Server dc, KerberosDetector detector ) : bool
DetectUsers ( User>.Dictionary &users, DomainInfo domain ) : bool
System ( ) : void

메소드 상세

CheckConfigrationSettings() 공개 메소드

return false if check failed and set failed property in dictionary
public CheckConfigrationSettings ( string>.Dictionary properties ) : bool
properties string>.Dictionary
리턴 bool

GetDetectedProperty() 공개 메소드

Get the detect result.
public GetDetectedProperty ( Dictionary &propertiesDic ) : bool
propertiesDic Dictionary
리턴 bool

GetDetectionSteps() 공개 메소드

Add Detection steps to the log shown when detecting
public GetDetectionSteps ( ) : List
리턴 List

GetHiddenProperties() 공개 메소드

public GetHiddenProperties ( List rules ) : List
rules List
리턴 List

GetPrerequisites() 공개 메소드

Get the prerequisites for auto-detection.
public GetPrerequisites ( ) : Microsoft.Protocols.TestManager.Detector.Prerequisites
리턴 Microsoft.Protocols.TestManager.Detector.Prerequisites

GetSUTSummary() 공개 메소드

public GetSUTSummary ( ) : object
리턴 object

GetSelectedRules() 공개 메소드

Get selected rules
public GetSelectedRules ( ) : List
리턴 List

RunDetection() 공개 메소드

Run property autodetection.
public RunDetection ( ) : bool
리턴 bool

SelectEnvironment() 공개 메소드

public SelectEnvironment ( string NetworkEnvironmet ) : void
NetworkEnvironmet string
리턴 void

SetPrerequisiteProperties() 공개 메소드

Set the values for the required properties.
public SetPrerequisiteProperties ( string>.Dictionary properties ) : bool
properties string>.Dictionary Property name and values.
리턴 bool