SupportingTokenSpecification Class

Definition

Represents a supporting security token and its authorization policies.

public ref class SupportingTokenSpecification : System::ServiceModel::Security::SecurityTokenSpecification
public class SupportingTokenSpecification : System.ServiceModel.Security.SecurityTokenSpecification
type SupportingTokenSpecification = class
    inherit SecurityTokenSpecification
Public Class SupportingTokenSpecification
Inherits SecurityTokenSpecification
Inheritance
SupportingTokenSpecification

Remarks

Supporting tokens augment the claims provided by the token associated with the message signature. There are 4 different kinds of supporting tokens, and the SecurityTokenAttachmentMode enumeration specifies which kind this instance is.

Constructors

SupportingTokenSpecification(SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>, SecurityTokenAttachmentMode)

Initializes a new instance of the SupportingTokenSpecification class.

SupportingTokenSpecification(SecurityToken, ReadOnlyCollection<IAuthorizationPolicy>, SecurityTokenAttachmentMode, SecurityTokenParameters)

Initializes a new instance of the SupportingTokenSpecification class.

Properties

SecurityToken

Gets the security token.

(Inherited from SecurityTokenSpecification)
SecurityTokenAttachmentMode

Gets the security token attachment mode.

SecurityTokenPolicies

Gets the collection of security token policies.

(Inherited from SecurityTokenSpecification)

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