SupportingTokenParameters Class

Definition

Represents the parameters for supporting security tokens required by the security binding element.

public ref class SupportingTokenParameters
public class SupportingTokenParameters
type SupportingTokenParameters = class
Public Class SupportingTokenParameters
Inheritance
SupportingTokenParameters

Remarks

This class is a collection of token properties and methods, and is used in creating security binding elements and tokens. Supporting tokens specify encryption and signing requirements.

Constructors

SupportingTokenParameters()

Initializes a new instance of the SupportingTokenParameters class.

Properties

Endorsing

Gets a collection of security token parameters for endorsing supporting tokens required by the security binding element.

Signed

Gets a collection of security token parameters for signed supporting tokens required by the security binding element.

SignedEncrypted

Gets a collection of security token parameters for signed and encrypted supporting tokens required by the security binding element.

SignedEndorsing

Gets a collection of security token parameters for signed and endorsing supporting tokens required by the security binding element.

Methods

Clone()

Clones another instance of this instance of the class.

CloneCore()

Clones another instance of this instance of the class.

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)
SetKeyDerivation(Boolean)

Sets a value that indicates whether all endorsing or signed endorsing token parameters require derived keys.

ToString()

Displays a text representation of this instance of the class.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to