SessionSecurityTokenCreatedEventArgs Class

Definition

Provides data for the SessionSecurityTokenCreated event and for the SessionSecurityTokenCreated event.

public ref class SessionSecurityTokenCreatedEventArgs : EventArgs
public class SessionSecurityTokenCreatedEventArgs : EventArgs
type SessionSecurityTokenCreatedEventArgs = class
    inherit EventArgs
Public Class SessionSecurityTokenCreatedEventArgs
Inherits EventArgs
Inheritance
SessionSecurityTokenCreatedEventArgs

Remarks

By default:

You can use the SessionToken property to modify or replace the token. You can set the WriteSessionCookie to specify whether the session cookie should be written (or re-written).

Constructors

SessionSecurityTokenCreatedEventArgs(SessionSecurityToken)

Initializes a new instance of the SessionSecurityTokenCreatedEventArgs class by using the specified session security token.

Properties

SessionToken

Gets or sets the session security token that was created.

WriteSessionCookie

Gets or sets a value that indicates whether a cookie should be written in the response.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also