Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CT_PasswordKeyEncryptor Class / EncryptedVerifierHashValue Property


In This Topic
    EncryptedVerifierHashValue Property (CT_PasswordKeyEncryptor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property EncryptedVerifierHashValue As Byte()
    'Usage
     
    
    Dim instance As CT_PasswordKeyEncryptor
    Dim value() As Byte
     
    instance.EncryptedVerifierHashValue = value
     
    value = instance.EncryptedVerifierHashValue
    public byte[] EncryptedVerifierHashValue {get; set;}
    See Also