Class ServerKeyExchangesHelper
Inheritance
ServerKeyExchangesHelper
Assembly: SecureExchangesSDK.dll
Syntax
public class ServerKeyExchangesHelper
Properties
Instance
Declaration
public static ServerKeyExchangesHelper Instance { get; }
Property Value
Methods
CreateNewReference(string, out string)
Declaration
public Guid CreateNewReference(string clientPublicKey, out string base64CryptedPassword)
Parameters
| Type |
Name |
Description |
| string |
clientPublicKey |
|
| string |
base64CryptedPassword |
|
Returns
GenerateCode(int)
Declaration
public static string GenerateCode(int length)
Parameters
| Type |
Name |
Description |
| int |
length |
|
Returns
GetPassword(Guid)
Declaration
public string GetPassword(Guid referenceID)
Parameters
| Type |
Name |
Description |
| Guid |
referenceID |
|
Returns
Extension Methods