この型は SecurityCriticalAttribute 属性を持っているため、使用は .NET Framework for Silverlight クラス ライブラリでの内部用に限定されます。アプリケーション コードでこの型の任意のメンバーを使用すると、MethodAccessException 例外がスローされます。
名前空間: Microsoft.TeamFoundation.Common.Internal
アセンブリ: Microsoft.TeamFoundation.Common (Microsoft.TeamFoundation.Common.dll 内)
構文
'宣言
Public Shared Function CredUnPackAuthenticationBuffer ( _
dwFlags As Integer, _
pAuthBuffer As IntPtr, _
cbAuthBuffer As UInteger, _
pszUserName As StringBuilder, _
ByRef pcchMaxUserName As UInteger, _
pszDomainName As StringBuilder, _
ByRef pcchMaxDomainName As UInteger, _
pszPassword As StringBuilder, _
ByRef pcchMaxPassword As UInteger _
) As Boolean
public static bool CredUnPackAuthenticationBuffer(
int dwFlags,
IntPtr pAuthBuffer,
uint cbAuthBuffer,
StringBuilder pszUserName,
ref uint pcchMaxUserName,
StringBuilder pszDomainName,
ref uint pcchMaxDomainName,
StringBuilder pszPassword,
ref uint pcchMaxPassword
)
パラメーター
- dwFlags
型 : System.Int32
- pAuthBuffer
型 : System.IntPtr
- cbAuthBuffer
型 : System.UInt32
- pszUserName
型 : System.Text.StringBuilder
- pcchMaxUserName
型 : System.UInt32%
- pszDomainName
型 : System.Text.StringBuilder
- pcchMaxDomainName
型 : System.UInt32%
- pszPassword
型 : System.Text.StringBuilder
- pcchMaxPassword
型 : System.UInt32%
戻り値
型 : System.Boolean