WindowsToken.ICredentials.GetCredential 方法
命名空间: Microsoft.VisualStudio.Services.Common
程序集: Microsoft.VisualStudio.Services.Common(在 Microsoft.VisualStudio.Services.Common.dll 中)
语法
声明
Private Function GetCredential ( _
uri As Uri, _
authType As String _
) As NetworkCredential Implements ICredentials.GetCredential
NetworkCredential ICredentials.GetCredential(
Uri uri,
string authType
)
参数
- uri
类型:System.Uri
- authType
类型:System.String
返回值
类型:System.Net.NetworkCredential
实现
ICredentials.GetCredential(Uri, String)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。