Interface IAuthCredentials
Namespace: Catalyst.Abstractions.Rpc.Authentication
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IAuthCredentials : IAuditable, IDocument
Properties
| Improve this Doc View SourceIpAddress
Gets or sets the ip address.
Declaration
string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ip address. |
PublicKey
Gets or sets the public key.
Declaration
string PublicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The public key. |