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