Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_KeyData Class / CipherAlgorithm Property


In This Topic
    CipherAlgorithm Property (CT_KeyData)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CipherAlgorithm As String
    'Usage
     
    
    Dim instance As CT_KeyData
    Dim value As String
     
    instance.CipherAlgorithm = value
     
    value = instance.CipherAlgorithm
    public string CipherAlgorithm {get; set;}
    See Also