Click or drag to resize

RecordTypePasswordField Constructor

Initializes a new instance of the RecordTypePasswordField class

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public RecordTypePasswordField(
	RecordField recordField,
	string label
)

Parameters

recordField  RecordField

[Missing <param name="recordField"/> documentation for "M:KeeperSecurity.Vault.RecordTypePasswordField.#ctor(KeeperSecurity.Vault.RecordField,System.String)"]

label  String

[Missing <param name="label"/> documentation for "M:KeeperSecurity.Vault.RecordTypePasswordField.#ctor(KeeperSecurity.Vault.RecordField,System.String)"]

See Also