Class Credentials
public class Credentials
- Inheritance
-
Credentials
- Inherited Members
Constructors
Credentials(string, string, string, TimeSpan?)
public Credentials(string name, string userName, string password, TimeSpan? validUntil)
Parameters
Properties
Name
public string Name { get; }
Property Value
Password
public string Password { get; }
Property Value
UserName
public string UserName { get; }
Property Value
ValidUntil
If credentials have an expiry time this property returns the interval. Otherwise, it returns null.
public TimeSpan? ValidUntil { get; }