Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object that represents a federated authentication module.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Current As SPFederationAuthenticationModule
Get
'Usage
Dim value As SPFederationAuthenticationModule
value = SPFederationAuthenticationModule.Current
public static SPFederationAuthenticationModule Current { get; }
Property Value
Type: Microsoft.SharePoint.IdentityModel.SPFederationAuthenticationModule
An object that contains the federation authentication module.
See Also
Reference
SPFederationAuthenticationModule Class