Click or drag to resize

JsonWebKey Class

[Missing <summary> documentation for "T:KeeperSecurity.Vault.JsonWebKey"]

Inheritance Hierarchy
SystemObject
  KeeperSecurity.VaultJsonWebKey

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class JsonWebKey

The JsonWebKey type exposes the following members.

Constructors
 NameDescription
Public methodJsonWebKeyInitializes a new instance of the JsonWebKey class
Top
Properties
 NameDescription
Public propertyCrv 
Public propertyKid 
Public propertyKty 
Public propertyX 
Public propertyY 
Top
See Also