获取或设置SPEventReceiverDefinition对象的凭据。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property Credential As Integer
Get
Set
用法
Dim instance As SPEventReceiverDefinition
Dim value As Integer
value = instance.Credential
instance.Credential = value
public int Credential { get; set; }
属性值
类型:System.Int32
表示凭据Int32对象。
备注
SharePoint Foundation自己未执行任何身份验证。它依赖于 IIS 或 ASP.NET 框架进行身份验证。
此属性是一个可选字段EventReceiver 元素对象中。
另请参阅
引用
其他资源
表单身份验证在 SharePoint 产品和技术 (第 1 部分): 简介
集成的 Windows 身份验证
保护客户端