메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
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. |
리턴 | int |
public AddKey ( |
||
status | The status. | |
keySize | int | Size of the key. |
options | object | The options. dictionary or annoymous type of properties to set |
리턴 | int |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
리턴 | void |
public MutableKeySet ( IKeySet keySet ) : System | ||
keySet | IKeySet | The key set. |
리턴 | System |
public MutableKeySet ( |
||
emptyKeySet | The metadata of an empty key set. | |
리턴 | System |
protected MutableKeySet ( |
||
metadata | The metadata. | |
keys | Key>.IDictionary | The keys. |
리턴 | System |
public MutableKeySet ( string location ) : System | ||
location | string | The location. |
리턴 | System |