Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CT_DataIntegrity Class / EncryptedHmacValue Property


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