Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CT_PasswordKeyEncryptor Class / KeyBits Property


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