Click or drag to resize

WindowsCredentialsContract Class

Contract for windows credentials.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContractsWindowsCredentialsContract

Namespace:  SOS.SDK.Contracts.DataContracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class WindowsCredentialsContract

The WindowsCredentialsContract type exposes the following members.

Constructors
  NameDescription
Public methodWindowsCredentialsContract
Initializes a new instance of the WindowsCredentialsContract class
Top
Properties
  NameDescription
Public propertyDomainAndLogin
Windows user name.
Public propertyPassword
Windows user password.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also