Get Secure Credential activity

How to get the credential value from windows credential manager, i get the username but the password is blank. Hope i get the solution quick

Are you using Generic type credentials? Please refer to How to work with Windows Credentials for an example.

Create Credentials as Generic Type and then try to get the password.

I am using GetSecureCredential to return a DomainPassword credential. I get the user ID, but the password is null. HELP!