Class Credentials
Inheritance
System.Object
Credentials
Implements
System.IDisposable
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class Credentials : Object, IDeepCloneable<Credentials>, IDeepCloneable, IDisposable
Constructors
Credentials(Credentials)
Declaration
public Credentials(Credentials credentials)
Parameters
Credentials(String, SecureString)
Declaration
public Credentials(string userName, SecureString password)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
System.Security.SecureString |
password |
|
Credentials(String, String)
Declaration
public Credentials(string userName, string password)
Parameters
Type |
Name |
Description |
System.String |
userName |
|
System.String |
password |
|
Properties
Password
Declaration
public SecureString Password { get; }
Property Value
Type |
Description |
System.Security.SecureString |
|
UserName
Declaration
public string UserName { get; }
Property Value
Type |
Description |
System.String |
|
Methods
DeepClone()
Declaration
public Credentials DeepClone()
Returns
Dispose()
Declaration
Equals(Credentials, Credentials)
Declaration
public static bool Equals(Credentials first, Credentials second)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Explicit Interface Implementations
IDeepCloneable.DeepClone()
Declaration
object IDeepCloneable.DeepClone()
Returns
Type |
Description |
System.Object |
|
Implements
System.IDisposable