LicenseHelperCreateLicenseTwoKeys Method |
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 21.8.10524.1
Syntaxpublic static string CreateLicenseTwoKeys(
string text,
string header,
byte versionID,
string publicEncKeyXML,
string privateSignKeyXML,
bool FIPS = false
)
Public Shared Function CreateLicenseTwoKeys (
text As String,
header As String,
versionID As Byte,
publicEncKeyXML As String,
privateSignKeyXML As String,
Optional FIPS As Boolean = false
) As String
public:
static String^ CreateLicenseTwoKeys(
String^ text,
String^ header,
unsigned char versionID,
String^ publicEncKeyXML,
String^ privateSignKeyXML,
bool FIPS = false
)
Parameters
- text
- Type: SystemString
- header
- Type: SystemString
- versionID
- Type: SystemByte
- publicEncKeyXML
- Type: SystemString
- privateSignKeyXML
- Type: SystemString
- FIPS (Optional)
- Type: SystemBoolean
Return Value
Type:
String
See Also