Share via


SecureCredentialProvider.Fullname property

Gets the fully qualified name of the credentials.

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

Syntax

'Declaration
Public ReadOnly Property Fullname As String
    Get
'Usage
Dim instance As SecureCredentialProvider
Dim value As String

value = instance.Fullname
public string Fullname { get; }

Property value

Type: System.String
The fully qualified name of the credentials.

Remarks

This method is used internally.

See also

Reference

SecureCredentialProvider class

SecureCredentialProvider members

Microsoft.PerformancePoint.Scorecards.Server namespace