LicensingHelperGenerateKeyPair - метод
Создаёт пару ключей для использования в криптографических средствах для управления лицензиями.
Пространство имён: Tessa.Platform.LicensingСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static void GenerateKeyPair(
out string privateKey,
out string publicKey
)
Public Shared Sub GenerateKeyPair (
<OutAttribute> ByRef privateKey As String,
<OutAttribute> ByRef publicKey As String
)
public:
static void GenerateKeyPair(
[OutAttribute] String^% privateKey,
[OutAttribute] String^% publicKey
)
static member GenerateKeyPair :
privateKey : string byref *
publicKey : string byref -> unit
Параметры
- privateKey String
- Закрытый ключ.
- publicKey String
- Открытый ключ.