LicenseHelperGenerateNewKeys Method |
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 21.8.10524.1
Syntaxpublic static void GenerateNewKeys(
int keyBits,
out string publicKey,
out string secretKey
)
Public Shared Sub GenerateNewKeys (
keyBits As Integer,
<OutAttribute> ByRef publicKey As String,
<OutAttribute> ByRef secretKey As String
)
public:
static void GenerateNewKeys(
int keyBits,
[OutAttribute] String^% publicKey,
[OutAttribute] String^% secretKey
)
Parameters
- keyBits
- Type: SystemInt32
- publicKey
- Type: SystemString
- secretKey
- Type: SystemString
See Also