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

Exibir arquivo 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_oe property

public bool HasHttpServer
return bool

HasLdapServer public_oe property

public bool HasLdapServer
return bool

HasSmbServer public_oe property

public bool HasSmbServer
return bool

IsClaimSupported public_oe property

public bool IsClaimSupported
return bool

IsKileImplemented public_oe property

public bool IsKileImplemented
return bool

SupportedOid public_oe property

public string SupportedOid
return string

TransportBufferSize public_oe property

public string TransportBufferSize
return string

TransportType public_oe property

public string TransportType
return string

TrustPwd public_oe property

public string TrustPwd
return string

UseKKdcp public_oe property

public bool UseKKdcp
return bool

detectExceptions public_oe property

public Dictionary detectExceptions
return string>.Dictionary

ipVersion public_oe property

public IPVersion ipVersion
return IPVersion

kkdcpInfo public_oe property

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

localAP public_oe property

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

localClient public_oe property

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

localDC public_oe property

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

localDomain public_oe property

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

localUsers public_oe property

public Dictionary localUsers
return User>.Dictionary

trustAP public_oe property

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

trustDC public_oe property

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

trustDomain public_oe property

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

trustType public_oe property

public KerberosTrustType trustType
return KerberosTrustType

trustUsers public_oe property

public Dictionary trustUsers
return User>.Dictionary

unsupportedItems public_oe property

public List unsupportedItems
return List