CredentialInfo Class

 

Provides a container class for user credentials to access system resources.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

System.Object
  Microsoft.Web.Management.Client.CredentialInfo

[SecurityPermissionAttribute(SecurityAction.Demand, Flags = SecurityPermissionFlag.UnmanagedCode)]
public sealed class CredentialInfo

NameDescription
System_CAPS_pubmethodCredentialInfo()

Initializes a new instance of the CredentialInfo class.

NameDescription
System_CAPS_pubpropertyPassword

Sets or gets the password.

System_CAPS_pubpropertyUserName

Sets or gets the user name.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the user name.(Overrides Object.ToString().)

This is a convenience class to store a user name and password.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: