LicenseHelperReadLicenseSharedSecret Method (Byte, String, String, String) |
Namespace:
MFiles.Crypto
Assembly:
MFiles.Crypto (in MFiles.Crypto.dll) Version: 21.8.10524.1
Syntaxpublic static bool ReadLicenseSharedSecret(
byte[] license,
string keyXML,
string shared,
out string data
)
Public Shared Function ReadLicenseSharedSecret (
license As Byte(),
keyXML As String,
shared As String,
<OutAttribute> ByRef data As String
) As Boolean
public:
static bool ReadLicenseSharedSecret(
array<unsigned char>^ license,
String^ keyXML,
String^ shared,
[OutAttribute] String^% data
)
Parameters
- license
- Type: SystemByte
- keyXML
- Type: SystemString
- shared
- Type: SystemString
- data
- Type: SystemString
Return Value
Type:
Boolean
See Also