PasswordContext

Namespace: Lithnet.Ecma2Framework

Provides context information to the password management system

public class PasswordContext

Inheritance ObjectPasswordContext

Properties

Partition

Gets the partition that the password operation is running against

public Partition Partition { get; }

Property Value

Partition

CustomData

Gets or sets an object that can be used to store user-defined custom data that is shared by all password providers

public object CustomData { get; set; }

Property Value

Object

Last updated