adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecureStringDecryptor Class / SecureStringDecryptor Constructor

In This Topic
    SecureStringDecryptor Constructor
    In This Topic
    Initializes a new instance of this class and decrypts the content of the System.Security.SecureString object into the Password array.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal secret As SecureString _
    )
    public SecureStringDecryptor( 
       SecureString secret
    )

    Parameters

    secret
    See Also