Click or drag to resize

KeeperCanceled(String, String) Constructor

Initializes a new instance of the KeeperCanceled class

Namespace: KeeperSecurity.Authentication
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public KeeperCanceled(
	string reason,
	string message
)

Parameters

reason  String

[Missing <param name="reason"/> documentation for "M:KeeperSecurity.Authentication.KeeperCanceled.#ctor(System.String,System.String)"]

message  String

[Missing <param name="message"/> documentation for "M:KeeperSecurity.Authentication.KeeperCanceled.#ctor(System.String,System.String)"]

See Also