LicensingHelperGenerateKeyPair - метод |
Создаёт пару ключей для использования в криптографических средствах для управления лицензиями.
Пространство имён:
Tessa.Platform.Licensing
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemString
Закрытый ключ. - publicKey
- Тип: SystemString
Открытый ключ.
См. также