C# Class Microsoft.Protocols.TestManager.KerberosPlugin.DetectionInfo

Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
HasHttpServer bool
HasLdapServer bool
HasSmbServer bool
IsClaimSupported bool
IsKileImplemented bool
SupportedOid string
TransportBufferSize string
TransportType string
TrustPwd string
UseKKdcp bool
detectExceptions string>.Dictionary
ipVersion IPVersion
kkdcpInfo KkdcpInfo
localAP Server
localClient Server
localDC Server
localDomain DomainInfo
localUsers User>.Dictionary
trustAP Server
trustDC Server
trustDomain DomainInfo
trustType KerberosTrustType
trustUsers User>.Dictionary
unsupportedItems List

Public Methods

Method Description
DetectionInfo ( ) : System
ResetDetectResult ( ) : void

Method Details

DetectionInfo() public method

public DetectionInfo ( ) : System
return System

ResetDetectResult() public method

public ResetDetectResult ( ) : void
return void

Property Details

HasHttpServer public property

public bool HasHttpServer
return bool

HasLdapServer public property

public bool HasLdapServer
return bool

HasSmbServer public property

public bool HasSmbServer
return bool

IsClaimSupported public property

public bool IsClaimSupported
return bool

IsKileImplemented public property

public bool IsKileImplemented
return bool

SupportedOid public property

public string SupportedOid
return string

TransportBufferSize public property

public string TransportBufferSize
return string

TransportType public property

public string TransportType
return string

TrustPwd public property

public string TrustPwd
return string

UseKKdcp public property

public bool UseKKdcp
return bool

detectExceptions public property

public Dictionary detectExceptions
return string>.Dictionary

ipVersion public property

public IPVersion ipVersion
return IPVersion

kkdcpInfo public property

public KkdcpInfo,Microsoft.Protocols.TestManager.KerberosPlugin kkdcpInfo
return KkdcpInfo

localAP public property

public Server,Microsoft.Protocols.TestManager.KerberosPlugin localAP
return Server

localClient public property

public Server,Microsoft.Protocols.TestManager.KerberosPlugin localClient
return Server

localDC public property

public Server,Microsoft.Protocols.TestManager.KerberosPlugin localDC
return Server

localDomain public property

public DomainInfo,Microsoft.Protocols.TestManager.KerberosPlugin localDomain
return DomainInfo

localUsers public property

public Dictionary localUsers
return User>.Dictionary

trustAP public property

public Server,Microsoft.Protocols.TestManager.KerberosPlugin trustAP
return Server

trustDC public property

public Server,Microsoft.Protocols.TestManager.KerberosPlugin trustDC
return Server

trustDomain public property

public DomainInfo,Microsoft.Protocols.TestManager.KerberosPlugin trustDomain
return DomainInfo

trustType public property

public KerberosTrustType trustType
return KerberosTrustType

trustUsers public property

public Dictionary trustUsers
return User>.Dictionary

unsupportedItems public property

public List unsupportedItems
return List