Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_DataIntegrity Class / EncryptedHmacKey Property


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