Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IssuedSecurityTokenParameters Class

 

Represents the parameters for a security token issued in a Federated security scenario.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

System::Object
  System.ServiceModel.Security.Tokens::SecurityTokenParameters
    System.ServiceModel.Security.Tokens::IssuedSecurityTokenParameters

public ref class IssuedSecurityTokenParameters : SecurityTokenParameters

NameDescription
System_CAPS_pubmethodIssuedSecurityTokenParameters()

Initializes a new instance of the IssuedSecurityTokenParameters class.

System_CAPS_protmethodIssuedSecurityTokenParameters(IssuedSecurityTokenParameters^)

Initializes a new instance of the IssuedSecurityTokenParameters class.

System_CAPS_pubmethodIssuedSecurityTokenParameters(String^)

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type.

System_CAPS_pubmethodIssuedSecurityTokenParameters(String^, EndpointAddress^)

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type and issuer address.

System_CAPS_pubmethodIssuedSecurityTokenParameters(String^, EndpointAddress^, Binding^)

Initializes a new instance of the IssuedSecurityTokenParameters class using the specified token type, issuer address and issuer binding.

NameDescription
System_CAPS_pubpropertyAdditionalRequestParameters

Gets a collection of additional request parameters

System_CAPS_pubpropertyClaimTypeRequirements

Gets a collection of claim type requirements.

System_CAPS_pubpropertyDefaultMessageSecurityVersion

Gets or sets the default set of security specifications versions.

System_CAPS_protpropertyHasAsymmetricKey

Gets a value that indicates whether the issued token has an asymmetric key.(Overrides SecurityTokenParameters::HasAsymmetricKey.)

System_CAPS_pubpropertyInclusionMode

Gets or sets the token inclusion requirements.(Inherited from SecurityTokenParameters.)

System_CAPS_pubpropertyIssuerAddress

Gets or sets the token issuer's address.

System_CAPS_pubpropertyIssuerBinding

Gets or sets the token issuer's binding, to be used by the client.

System_CAPS_pubpropertyIssuerMetadataAddress

Gets or sets the token issuer's metadata address.

System_CAPS_pubpropertyKeySize

Gets or sets the issued token key size.

System_CAPS_pubpropertyKeyType

Gets or sets the issued token key type.

System_CAPS_pubpropertyReferenceStyle

Gets or sets the token reference style.(Inherited from SecurityTokenParameters.)

System_CAPS_pubpropertyRequireDerivedKeys

Gets or sets a value that indicates whether keys can be derived from the original proof keys.(Inherited from SecurityTokenParameters.)

System_CAPS_protpropertySupportsClientAuthentication

When implemented, gets a value that indicates whether the token supports client authentication.(Overrides SecurityTokenParameters::SupportsClientAuthentication.)

System_CAPS_protpropertySupportsClientWindowsIdentity

When implemented, gets a value that indicates whether the token supports a Windows identity for authentication.(Overrides SecurityTokenParameters::SupportsClientWindowsIdentity.)

System_CAPS_protpropertySupportsServerAuthentication

When implemented, gets a value that indicates whether the token supports server authentication.(Overrides SecurityTokenParameters::SupportsServerAuthentication.)

System_CAPS_pubpropertyTokenType

Gets or sets the issued token type.

System_CAPS_pubpropertyUseStrTransform

Gets or sets a value that indicates whether the issued token parameter uses STR transform.

NameDescription
System_CAPS_pubmethodClone()

Clones another instance of this instance of the class.(Inherited from SecurityTokenParameters.)

System_CAPS_protmethodCloneCore()

Clones another instance of this instance of the class.(Overrides SecurityTokenParameters::CloneCore().)

System_CAPS_protmethodCreateKeyIdentifierClause(SecurityToken^, SecurityTokenReferenceStyle)
System_CAPS_pubmethodCreateRequestParameters(MessageSecurityVersion^, SecurityTokenSerializer^)

Creates a collection of issued token request parameter XML elements that get included in the request sent by the client to the security token service.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodInitializeSecurityTokenRequirement(SecurityTokenRequirement^)

When implemented, initializes a security token requirement based on the properties set on the IssuedSecurityTokenParameters.(Overrides SecurityTokenParameters::InitializeSecurityTokenRequirement(SecurityTokenRequirement^).)

System_CAPS_protmethodMatchesKeyIdentifierClause(SecurityToken^, SecurityKeyIdentifierClause^, SecurityTokenReferenceStyle)

Indicates whether a token matches a key identifier clause.(Inherited from SecurityTokenParameters.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodToString()

Displays a text representation of this instance of the class.(Overrides SecurityTokenParameters::ToString().)

This class is a collection of token properties and methods, and is used in creating security binding elements and tokens.

.NET Framework
Available since 3.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft