Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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