Method | Description | |
---|---|---|
RequestMessagePublicKey ( ServiceName serviceName, string username, string keyAlgorithmName, byte keyData ) |
Initializes a new instance of the RequestMessagePublicKey class.
|
|
RequestMessagePublicKey ( ServiceName serviceName, string username, string keyAlgorithmName, byte keyData, byte signature ) |
Initializes a new instance of the RequestMessagePublicKey class.
|
Method | Description | |
---|---|---|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public RequestMessagePublicKey ( ServiceName serviceName, string username, string keyAlgorithmName, byte keyData ) | ||
serviceName | ServiceName | Name of the service. |
username | string | Authentication username. |
keyAlgorithmName | string | Name of private key algorithm. |
keyData | byte | Private key data. |
public RequestMessagePublicKey ( ServiceName serviceName, string username, string keyAlgorithmName, byte keyData, byte signature ) | ||
serviceName | ServiceName | Name of the service. |
username | string | Authentication username. |
keyAlgorithmName | string | Name of private key algorithm. |
keyData | byte | Private key data. |
signature | byte | Private key signature. |