Generates a local privacy keys for both key expansion algorithms using the specified privacy password and the current engine ID.
Public Overloads Function GenerateLocalPrivacyKey( _
ByVal As String _
) As Byte()
Dim instance As User
Dim privacyPassword As String
Dim value() As Byte
value = instance.GenerateLocalPrivacyKey(privacyPassword)
public byte[] GenerateLocalPrivacyKey(
string
)
public: byte[]* GenerateLocalPrivacyKey(
string*
)
public:
array<byte>^ GenerateLocalPrivacyKey(
String^
)
Parameters
- privacyPassword
- The privacy 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 privacy key dictated by
KeyExpansionAlgorithm.