Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CT_PasswordKeyEncryptor Class / EncryptedVerifierHashInput Property


In This Topic
EncryptedVerifierHashInput Property (CT_PasswordKeyEncryptor)
In This Topic
Syntax
'Declaration
 
Public Property EncryptedVerifierHashInput As Byte()
 
'Usage
 
Dim instance As CT_PasswordKeyEncryptor
Dim value() As Byte
 
instance.EncryptedVerifierHashInput = value
 
value = instance.EncryptedVerifierHashInput
See Also