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


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