Class PasswordRepresentation
Provides password representation content, i.e. an image with drawn password which is understandable by humans
Inheritance
System.Object
PasswordRepresentation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Security
Assembly: Azos.dll
Syntax
public class PasswordRepresentation
Constructors
PasswordRepresentation(PasswordRepresentationType, String, Byte[])
Declaration
public PasswordRepresentation(PasswordRepresentationType type, string contentType, byte[] content)
Parameters
| Type | Name | Description |
|---|---|---|
| PasswordRepresentationType | type | |
| System.String | contentType | |
| System.Byte[] | content |
Properties
Content
Declaration
public byte[] Content { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |
ContentType
Declaration
public string ContentType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public PasswordRepresentationType Type { get; }
Property Value
| Type | Description |
|---|---|
| PasswordRepresentationType |