Show / Hide Table of Contents

Class SecurityErrors

Contains various exceptions that may be thrown by MCART.Security.

Inheritance
object
SecurityErrors
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: TheXDS.MCART.Resources
Assembly: MCART.Security.dll
Syntax
public static class SecurityErrors

Methods

| Edit this page View Source

CannotConfigurePwStorage(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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX