ValidationResult Class
Namespace: Rebex.Security.Certificates
Assembly: Rebex.Common.dll (version 7.0.9313)
Represents the result of certificate chain validation.
Syntax
public class ValidationResult
Inherited Members
Constructors
| Name | Description |
|---|---|
| ValidationResult(ValidationStatus) | Initialize instance of the ValidationResult. |
Properties
| Name | Description |
|---|---|
| NativeErrorCode | Gets the native error code returned by the validation function or zero if the native error code is not available. |
| Status | Gets the status mask. |
| Valid | Gets the certificate chain validity status. |