TfsClientCredentials.LoadCachedCredentials 메서드 (String, Uri, Boolean, Boolean, String, Boolean)
지정된 된 서버에 대해 저장 된 자격 증명을 로드 찾을 수 있습니다. 에 자격 증명이 없는 경우 windows 자격 증명 옵션에 지정 된 서버는 저장소 다음 기본 자격 증명을 반환 합니다.
네임스페이스: Microsoft.TeamFoundation.Client
어셈블리: Microsoft.TeamFoundation.Client(Microsoft.TeamFoundation.Client.dll)
구문
‘선언
Public Shared Function LoadCachedCredentials ( _
featureRegistryKeyword As String, _
serverUrl As Uri, _
requireExactMatch As Boolean, _
allowInteractive As Boolean, _
registryRootPath As String, _
useWOW6432Hive As Boolean _
) As TfsClientCredentials
public static TfsClientCredentials LoadCachedCredentials(
string featureRegistryKeyword,
Uri serverUrl,
bool requireExactMatch,
bool allowInteractive,
string registryRootPath,
bool useWOW6432Hive
)
매개 변수
- featureRegistryKeyword
형식: System.String
- serverUrl
형식: System.Uri
서버 위치
- requireExactMatch
형식: System.Boolean
서버는 정확 하 게 또는 부분 일치를 수행할지 여부를 나타내는 값
- allowInteractive
형식: System.Boolean
자격 증명이 대화형 수 있는지 여부를 나타내는 값
- registryRootPath
형식: System.String
레지스트리 루트 경로를 자격 증명 해야 찾을 수 (기본값 TFS 레지스트리 루트 암호 null)
- useWOW6432Hive
형식: System.Boolean
RegistryRootPath는 64 비트 환경에서 WOW6432 하이브 아래에 있으면 통과
반환 값
형식: Microsoft.TeamFoundation.Client.TfsClientCredentials
로 서버에 대해 저장 된 자격 증명 자격 증명 개체를 찾을 수
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.