Class AuthCredentials
Credentials to authenticate
Inheritance
System.Object
AuthCredentials
Namespace: Catalyst.Core.Modules.Authentication.Models
Assembly: Catalyst.Core.Modules.Authentication.dll
Syntax
public class AuthCredentials : IAuthCredentials
Properties
| Improve this Doc View SourceCreated
Declaration
public DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DocumentId
Declaration
public string DocumentId { get; }
Property Value
Type | Description |
---|---|
System.String |
IpAddress
Gets or sets the ip address.
Declaration
public string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ip address. |
Modified
Declaration
public DateTime? Modified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PublicKey
Gets or sets the public key.
Declaration
public string PublicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The public key. |