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

Return Value

Type: Microsoft.VisualStudio.Services.Common.TfsCredentialCacheEntry

.NET Framework Security

See Also

Reference

CredentialsCacheManager Class

GetCredentials Overload

Microsoft.VisualStudio.Services.Common Namespace