OPC Labs Base Library
NetworkCredential2 Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : NetworkCredential2 Object
Public Methods
Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a NetworkCredential object that is associated with the specified URI, and authentication type.

 

DISPID (Dispatch ID):

 

For more information, see GetCredential in .NET Reference.

Returns the credential for the specified host, port, and authentication protocol.

 

DISPID (Dispatch ID):

 

For more information, see GetCredentialByHost in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Public Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The machine name that verifies the credentials. Usually this is the host machine.

 

DISPID (Dispatch ID):

 

For more information, see Domain in .NET Reference.

The password for the user name.

 

DISPID (Dispatch ID):

 

For more information, see Password in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

The user name associated with this credential.

 

DISPID (Dispatch ID):

 

For more information, see UserName in .NET Reference.

See Also

NetworkCredential2 Object