C# Class Microsoft.Protocols.TestManager.Detector.KerberosValueDetector

Inheritance: IValueDetector
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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

Method Details

CheckConfigrationSettings() public méthode

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

GetDetectedProperty() public méthode

Get the detect result.
public GetDetectedProperty ( Dictionary &propertiesDic ) : bool
propertiesDic Dictionary
Résultat bool

GetDetectionSteps() public méthode

Add Detection steps to the log shown when detecting
public GetDetectionSteps ( ) : List
Résultat List

GetHiddenProperties() public méthode

public GetHiddenProperties ( List rules ) : List
rules List
Résultat List

GetPrerequisites() public méthode

Get the prerequisites for auto-detection.
public GetPrerequisites ( ) : Microsoft.Protocols.TestManager.Detector.Prerequisites
Résultat Microsoft.Protocols.TestManager.Detector.Prerequisites

GetSUTSummary() public méthode

public GetSUTSummary ( ) : object
Résultat object

GetSelectedRules() public méthode

Get selected rules
public GetSelectedRules ( ) : List
Résultat List

RunDetection() public méthode

Run property autodetection.
public RunDetection ( ) : bool
Résultat bool

SelectEnvironment() public méthode

public SelectEnvironment ( string NetworkEnvironmet ) : void
NetworkEnvironmet string
Résultat void

SetPrerequisiteProperties() public méthode

Set the values for the required properties.
public SetPrerequisiteProperties ( string>.Dictionary properties ) : bool
properties string>.Dictionary Property name and values.
Résultat bool