SimpleCredentialProvider.Password property

Gets the password.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Password As SecureString
    Get
'Usage
Dim instance As SimpleCredentialProvider
Dim value As SecureString

value = instance.Password
public SecureString Password { get; }

Property value

Type: System.Security.SecureString
The password.

See also

Reference

SimpleCredentialProvider class

SimpleCredentialProvider members

Microsoft.PerformancePoint.Scorecards.Server namespace