Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_KeyData Class / SaltValue Property


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