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