Generates a local authentication key using the specified authentication password and the current engine ID.
Public Overloads Function GenerateLocalAuthenticationKey( _
ByVal As String _
) As Byte()
Dim instance As User
Dim authenticationPassword As String
Dim value() As Byte
value = instance.GenerateLocalAuthenticationKey(authenticationPassword)
public byte[] GenerateLocalAuthenticationKey(
string
)
public: byte[]* GenerateLocalAuthenticationKey(
string*
)
public:
array<byte>^ GenerateLocalAuthenticationKey(
String^
)
Parameters
- authenticationPassword
- The authentication password to use for key generation. Cannot be a null reference (Nothing in Visual Basic) or empty.
Return Value
A byte array containing the generated local authentication key.