Share via


SecureCredentialProvider.Password property

Gets the password of the credentials.

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 SecureCredentialProvider
Dim value As SecureString

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

Property value

Type: System.Security.SecureString
The password of the credentials.

See also

Reference

SecureCredentialProvider class

SecureCredentialProvider members

Microsoft.PerformancePoint.Scorecards.Server namespace