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
- uri
Type: System.Uri
- userName
Type: System.String
- password
Type: System.String
- comment
Type: System.String
- nonInteractive
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.