SPFederationAuthenticationModule Members
Include Protected Members
Include Inherited Members
Represents the HTTP module that handles identity model HTTP messages.
The SPFederationAuthenticationModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFederationAuthenticationModule | Initializes a new instance of the SPFederationAuthenticationModule class. |
Top
Properties
Name | Description | |
---|---|---|
AuthenticationType | (Inherited from WSFederationAuthenticationModule.) | |
Current | Gets an object that represents a federated authentication module. | |
Freshness | (Inherited from WSFederationAuthenticationModule.) | |
HomeRealm | (Inherited from WSFederationAuthenticationModule.) | |
Issuer | (Inherited from WSFederationAuthenticationModule.) | |
PassiveRedirectEnabled | (Inherited from WSFederationAuthenticationModule.) | |
PersistentCookiesOnPassiveRedirects | (Inherited from WSFederationAuthenticationModule.) | |
Policy | (Inherited from WSFederationAuthenticationModule.) | |
Realm | (Inherited from WSFederationAuthenticationModule.) | |
Reply | (Inherited from WSFederationAuthenticationModule.) | |
Request | (Inherited from WSFederationAuthenticationModule.) | |
RequestPtr | (Inherited from WSFederationAuthenticationModule.) | |
RequireHttps | (Inherited from WSFederationAuthenticationModule.) | |
Resource | (Inherited from WSFederationAuthenticationModule.) | |
ServiceConfiguration | (Inherited from HttpModuleBase.) | |
SignInContext | (Inherited from WSFederationAuthenticationModule.) | |
SignInQueryString | (Inherited from WSFederationAuthenticationModule.) | |
SignOutQueryString | (Inherited from WSFederationAuthenticationModule.) | |
SignOutReply | (Inherited from WSFederationAuthenticationModule.) | |
XmlDictionaryReaderQuotas | (Inherited from WSFederationAuthenticationModule.) |
Top
Methods
Name | Description | |
---|---|---|
CanReadSignInResponse(HttpRequest) | (Inherited from WSFederationAuthenticationModule.) | |
CanReadSignInResponse(HttpRequest, Boolean) | (Inherited from WSFederationAuthenticationModule.) | |
CreateSignInRequest | (Inherited from WSFederationAuthenticationModule.) | |
Dispose | (Inherited from HttpModuleBase.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetReferencedResult | (Inherited from WSFederationAuthenticationModule.) | |
GetReturnUrlFromResponse | Retrieves the resource from the request to which a successful sign-in is redirected. (Overrides WSFederationAuthenticationModuleGetReturnUrlFromResponse(HttpRequest).) | |
GetSecurityToken(HttpRequest) | (Inherited from WSFederationAuthenticationModule.) | |
GetSecurityToken(SignInResponseMessage) | (Inherited from WSFederationAuthenticationModule.) | |
GetSessionTokenContext | (Inherited from WSFederationAuthenticationModule.) | |
GetSignInResponseMessage | (Inherited from WSFederationAuthenticationModule.) | |
GetType | (Inherited from Object.) | |
GetXmlTokenFromMessage(SignInResponseMessage) | (Inherited from WSFederationAuthenticationModule.) | |
GetXmlTokenFromMessage(SignInResponseMessage, WSFederationSerializer) | (Inherited from WSFederationAuthenticationModule.) | |
Init | (Inherited from HttpModuleBase.) | |
InitializeModule | Initializes the module with the specified application. (Overrides WSFederationAuthenticationModuleInitializeModule(HttpApplication).) | |
InitializePropertiesFromConfiguration | (Inherited from WSFederationAuthenticationModule.) | |
IsSignInResponse | Verifies whether the request is a sign-in response message from the security token service (STS). (Overrides WSFederationAuthenticationModuleIsSignInResponse(HttpRequest).) | |
MemberwiseClone | (Inherited from Object.) | |
OnAuthenticateRequest | (Inherited from WSFederationAuthenticationModule.) | |
OnAuthorizationFailed | (Inherited from WSFederationAuthenticationModule.) | |
OnEndRequest | Handles the EndRequest event. (Overrides WSFederationAuthenticationModuleOnEndRequest(Object, EventArgs).) | |
OnPostAuthenticateRequest | (Inherited from WSFederationAuthenticationModule.) | |
OnRedirectingToIdentityProvider | (Inherited from WSFederationAuthenticationModule.) | |
OnSessionSecurityTokenCreated | Handles the SessionSecurityTokenCreated() event. (Overrides WSFederationAuthenticationModuleOnSessionSecurityTokenCreated(SessionSecurityTokenCreatedEventArgs).) | |
OnSignedIn | Handles the SignedIn() event. (Overrides WSFederationAuthenticationModuleOnSignedIn(EventArgs).) | |
OnSignedOut | (Inherited from WSFederationAuthenticationModule.) | |
OnSignInError | (Inherited from WSFederationAuthenticationModule.) | |
OnSigningOut | (Inherited from WSFederationAuthenticationModule.) | |
OnSignOutError | (Inherited from WSFederationAuthenticationModule.) | |
RedirectToIdentityProvider | (Inherited from WSFederationAuthenticationModule.) | |
SetPrincipalAndWriteSessionToken(SecurityToken) | Sets the principle claim and write session token. | |
SetPrincipalAndWriteSessionToken(SessionSecurityToken, Boolean) | (Inherited from WSFederationAuthenticationModule.) | |
SignOut | (Inherited from WSFederationAuthenticationModule.) | |
ToString | (Inherited from Object.) | |
VerifyProperties | (Inherited from WSFederationAuthenticationModule.) |
Top
Events
Name | Description | |
---|---|---|
AuthorizationFailed | (Inherited from WSFederationAuthenticationModule.) | |
RedirectingToIdentityProvider | (Inherited from WSFederationAuthenticationModule.) | |
SecurityTokenReceived | (Inherited from WSFederationAuthenticationModule.) | |
SecurityTokenValidated | (Inherited from WSFederationAuthenticationModule.) | |
SessionSecurityTokenCreated | (Inherited from WSFederationAuthenticationModule.) | |
SignedIn | (Inherited from WSFederationAuthenticationModule.) | |
SignedOut | (Inherited from WSFederationAuthenticationModule.) | |
SignInError | (Inherited from WSFederationAuthenticationModule.) | |
SigningOut | (Inherited from WSFederationAuthenticationModule.) | |
SignOutError | (Inherited from WSFederationAuthenticationModule.) |
Top