Method | Description | |
---|---|---|
AddKey ( |
Adds the key.
|
|
AddKey ( |
Adds the key.
|
|
Demote ( int version ) : |
Demotes the specified version.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
ForceKeyDataChange ( ) : void |
Forces the flag for the says the key data has change.
|
|
GetKeyData ( int version ) : byte[] |
Gets the binary data that the key is stored in.
|
|
MutableKeySet ( IKeySet keySet ) : System |
Initializes a new instance of the MutableKeySet class.
|
|
MutableKeySet ( |
Initializes a new instance of the MutableKeySet class.
|
|
MutableKeySet ( string location ) : System |
Initializes a new instance of the MutableKeySet class.
|
|
Promote ( int version ) : |
Promotes the specified version.
|
|
PublicKey ( ) : |
Returns keyset with only the public keys.
|
|
Revoke ( int version ) : bool |
Revokes the specified version.
|
|
Save ( IKeySetWriter writer ) : bool |
Saves using the specified writer.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
MutableKeySet ( |
Initializes a new instance of the MutableKeySet class.
|
public AddKey ( |
||
status | The status. | |
key | Key | The key. |
return | int |
public AddKey ( |
||
status | The status. | |
keySize | int | Size of the key. |
options | object | The options. dictionary or annoymous type of properties to set |
return | int |
public Demote ( int version ) : |
||
version | int | The version. |
return |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public GetKeyData ( int version ) : byte[] | ||
version | int | The version. |
return | byte[] |
public MutableKeySet ( IKeySet keySet ) : System | ||
keySet | IKeySet | The key set. |
return | System |
public MutableKeySet ( |
||
emptyKeySet | The metadata of an empty key set. | |
return | System |
protected MutableKeySet ( |
||
metadata | The metadata. | |
keys | Key>.IDictionary | The keys. |
return | System |
public MutableKeySet ( string location ) : System | ||
location | string | The location. |
return | System |
public Promote ( int version ) : |
||
version | int | The version. |
return |
public Save ( IKeySetWriter writer ) : bool | ||
writer | IKeySetWriter | The writer. |
return | bool |