Interface IVerifyOptions
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IVerifyOptions : IOptionsBase
Properties
|
Improve this Doc
View Source
Address
Declaration
string Address { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Message
Declaration
string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Signature
Declaration
string Signature { get; set; }
Property Value
Type |
Description |
System.String |
|