Show / Hide Table of Contents

Class SecurityErrors

Contiene distintas excepciones que pueden ser lanzadas por 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)

Crea una nueva instancia de un InvalidTypeException que se produce cuando no es posible configurar un objeto IPasswordStorage.

Declaration
public static InvalidTypeException CannotConfigurePwStorage(Type t)
Parameters
Type Name Description
Type t

Tipo del objeto que se intentó configurar.

Returns
Type Description
InvalidTypeException

Una nueva instancia de la clase InvalidTypeException.

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