adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecureStringDecryptor Class / Password Property

In This Topic
    Password Property
    In This Topic
    Returns the password that is stored in the System.Security.SecureString object that was passed to the constructor of this class.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Password As Byte()
    public byte[] Password {get;}
    See Also