Method | Description | |
---|---|---|
FindLocal ( string UDF ) : bool |
Locate the privatge key in the local key store.
|
|
Generate ( KeySecurity KeySecurity ) : void |
Generates a new signing key pair with the default key size.
|
public abstract FindLocal ( string UDF ) : bool | ||
UDF | string | Fingerprint of key to locate. |
return | bool |
public abstract Generate ( KeySecurity KeySecurity ) : void | ||
KeySecurity | KeySecurity | Specifies the protection level for the key. |
return | void |