CredentialsCacheManager.GetCredentials Method (String, Uri, Boolean, Nullable<Boolean>)
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Function GetCredentials ( _
featureRegistryKeyword As String, _
uri As Uri, _
requireExactUriMatch As Boolean, _
nonInteractive As Nullable(Of Boolean) _
) As TfsCredentialCacheEntry
public TfsCredentialCacheEntry GetCredentials(
string featureRegistryKeyword,
Uri uri,
bool requireExactUriMatch,
Nullable<bool> nonInteractive
)
public:
TfsCredentialCacheEntry^ GetCredentials(
String^ featureRegistryKeyword,
Uri^ uri,
bool requireExactUriMatch,
Nullable<bool> nonInteractive
)
member GetCredentials :
featureRegistryKeyword:string *
uri:Uri *
requireExactUriMatch:bool *
nonInteractive:Nullable<bool> -> TfsCredentialCacheEntry
public function GetCredentials(
featureRegistryKeyword : String,
uri : Uri,
requireExactUriMatch : boolean,
nonInteractive : Nullable<boolean>
) : TfsCredentialCacheEntry
Parameters
- featureRegistryKeyword
Type: System.String
- uri
Type: System.Uri
- requireExactUriMatch
Type: System.Boolean
- nonInteractive
Type: System.Nullable<Boolean>
Return Value
Type: Microsoft.VisualStudio.Services.Common.TfsCredentialCacheEntry
.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.