Class SecurityErrors
Contains various exceptions that may be thrown by MCART.Security.
Inherited Members
Namespace: TheXDS.MCART.Resources
Assembly: MCART.Security.dll
Syntax
public static class SecurityErrors
Methods
| Edit this page View SourceCannotConfigurePwStorage(Type)
Creates a new instance of an InvalidTypeException that is thrown when an IPasswordStorage object cannot be configured.
Declaration
public static InvalidTypeException CannotConfigurePwStorage(Type t)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | t | The type of the object that was attempted to be configured. |
Returns
| Type | Description |
|---|---|
| InvalidTypeException | A new instance of the InvalidTypeException class. |