TfsCredentialCacheEntry Constructor (Uri, String, String, String, CachedCredentialsType, Boolean)

[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
Public Sub New ( _
    uri As Uri, _
    userName As String, _
    password As String, _
    comment As String, _
    type As CachedCredentialsType, _
    nonInteractive As Boolean _
)
public TfsCredentialCacheEntry(
    Uri uri,
    string userName,
    string password,
    string comment,
    CachedCredentialsType type,
    bool nonInteractive
)
public:
TfsCredentialCacheEntry(
    Uri^ uri, 
    String^ userName, 
    String^ password, 
    String^ comment, 
    CachedCredentialsType type, 
    bool nonInteractive
)
new : 
        uri:Uri * 
        userName:string * 
        password:string * 
        comment:string * 
        type:CachedCredentialsType * 
        nonInteractive:bool -> TfsCredentialCacheEntry
public function TfsCredentialCacheEntry(
    uri : Uri, 
    userName : String, 
    password : String, 
    comment : String, 
    type : CachedCredentialsType, 
    nonInteractive : boolean
)

Parameters

.NET Framework Security

See Also

Reference

TfsCredentialCacheEntry Class

TfsCredentialCacheEntry Overload

Microsoft.VisualStudio.Services.Common Namespace