Show / Hide Table of Contents

Class Credentials

Autentifikačné údaje

Inheritance
System.Object
Credentials
Implements
IDeepCloneable<Credentials>
IDeepCloneable
System.IDisposable
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class Credentials : Object, IDeepCloneable<Credentials>, IDeepCloneable, IDisposable

Constructors

Credentials(Credentials)

Declaration
public Credentials(Credentials credentials)
Parameters
Type Name Description
Credentials credentials

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

Používateľské heslo

Declaration
public SecureString Password { get; }
Property Value
Type Description
System.Security.SecureString

UserName

Používateľské meno

Declaration
public string UserName { get; }
Property Value
Type Description
System.String

Methods

DeepClone()

Declaration
public Credentials DeepClone()
Returns
Type Description
Credentials

Dispose()

Declaration
public void Dispose()

Equals(Credentials, Credentials)

Declaration
public static bool Equals(Credentials first, Credentials second)
Parameters
Type Name Description
Credentials first
Credentials second
Returns
Type Description
System.Boolean

Explicit Interface Implementations

IDeepCloneable.DeepClone()

Declaration
object IDeepCloneable.DeepClone()
Returns
Type Description
System.Object

Implements

IDeepCloneable<T>
IDeepCloneable
System.IDisposable
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©