IClientSecurity.QueryBlanket 方法
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
Sub QueryBlanket ( _
pProxy As Object, _
<OutAttribute> ByRef pAuthnSvc As UInteger, _
<OutAttribute> ByRef pAuthzSvc As UInteger, _
pServerPrincName As IntPtr, _
<OutAttribute> ByRef pAuthnLevel As UInteger, _
<OutAttribute> ByRef pImpLevel As UInteger, _
<OutAttribute> ByRef pAuthInfo As IntPtr, _
<OutAttribute> ByRef pCapabilites As UInteger _
)
void QueryBlanket(
Object pProxy,
out uint pAuthnSvc,
out uint pAuthzSvc,
IntPtr pServerPrincName,
out uint pAuthnLevel,
out uint pImpLevel,
out IntPtr pAuthInfo,
out uint pCapabilites
)
参数
- pProxy
类型:System.Object
- pAuthnSvc
类型:System.UInt32%
- pAuthzSvc
类型:System.UInt32%
- pServerPrincName
类型:System.IntPtr
- pAuthnLevel
类型:System.UInt32%
- pImpLevel
类型:System.UInt32%
- pAuthInfo
类型:System.IntPtr%
- pCapabilites
类型:System.UInt32%
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。