SPSessionAuthenticationModule.OnSessionSecurityTokenCreated 方法
该成员将替代 SessionAuthenticationModuleOnSessionSecurityTokenCreated(SessionSecurityTokenCreatedEventArgs)。
命名空间: Microsoft.SharePoint.IdentityModel
程序集: Microsoft.SharePoint.IdentityModel(位于 Microsoft.SharePoint.IdentityModel.dll 中)
语法
声明
Protected Overrides Sub OnSessionSecurityTokenCreated ( _
eventArgs As SessionSecurityTokenCreatedEventArgs _
)
用法
Dim eventArgs As SessionSecurityTokenCreatedEventArgs
Me.OnSessionSecurityTokenCreated(eventArgs)
protected override void OnSessionSecurityTokenCreated(
SessionSecurityTokenCreatedEventArgs eventArgs
)
参数
- eventArgs
类型:SessionSecurityTokenCreatedEventArgs
另请参阅
引用
SPSessionAuthenticationModule 类