KeyVaultValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Result returned from a key vault validator. Indicates success or failure, and any relevant error messages
public sealed class KeyVaultValidationResult
type KeyVaultValidationResult = class
Public NotInheritable Class KeyVaultValidationResult
- Inheritance
-
KeyVaultValidationResult
Constructors
KeyVaultValidationResult() |
Default constructor |
Properties
IsValid |
Was validation successful? |
ValidationErrors |
Errors that caused validation to fail, if any |
Methods
AddError(String) |
Adds an error to the list of Validation errors |