VerificationResult Class |
Namespace: Guardtime.KSI.Signature.Verification
The VerificationResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | VerificationResult(String, VerificationResultCode) |
Create new verification result instance.
|
![]() | VerificationResult(String, IListVerificationResult) |
Create new rule verification result from list.
|
![]() | VerificationResult(String, VerificationResultCode, VerificationError) |
Create new verification result instance.
|
Name | Description | |
---|---|---|
![]() | ChildResults |
Returns collection of child results.
|
![]() | ResultCode |
Get verification result code.
|
![]() | RuleName |
Get verification rule name.
|
![]() | VerificationError |
Get verification error if exists, otherwise null.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |