SecurityTokenParameters::CreateKeyIdentifierClause Method (SecurityToken^, SecurityTokenReferenceStyle)

 

Creates a key identifier clause for a token.

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

public protected:
virtual SecurityKeyIdentifierClause^ CreateKeyIdentifierClause(
	SecurityToken^ token,
	SecurityTokenReferenceStyle referenceStyle
) abstract

Parameters

token
Type: System.IdentityModel.Tokens::SecurityToken^

The token.

referenceStyle
Type: System.ServiceModel.Security.Tokens::SecurityTokenReferenceStyle

The reference style of the security token.

Return Value

Type: System.IdentityModel.Tokens::SecurityKeyIdentifierClause^

The key identifier clause for a token.

This method must be implemented in a derived class.

.NET Framework
Available since 3.0
Return to top
Show: