Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_PasswordKeyEncryptor Class / CipherAlgorithm Property


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