Share via


IssuedTokenProvider.Credential Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Protected Friend Property Credential As IssuedTokenCredential
protected internal IssuedTokenCredential Credential { get; private set; }
protected public:
property IssuedTokenCredential^ Credential {
    IssuedTokenCredential^ get ();
    private: void set (IssuedTokenCredential^ value);
}
member Credential : IssuedTokenCredential with get, private set
function get Credential () : IssuedTokenCredential 
private function set Credential (value : IssuedTokenCredential)

Property Value

Type: Microsoft.VisualStudio.Services.Common.IssuedTokenCredential

.NET Framework Security

See Also

Reference

IssuedTokenProvider Class

Microsoft.VisualStudio.Services.Common Namespace