SecurityKeyIdentifierClause.CreateKey Method

Definition

Creates a key based on the parameters passed into the constructor.

public:
 virtual System::IdentityModel::Tokens::SecurityKey ^ CreateKey();
public virtual System.IdentityModel.Tokens.SecurityKey CreateKey ();
abstract member CreateKey : unit -> System.IdentityModel.Tokens.SecurityKey
override this.CreateKey : unit -> System.IdentityModel.Tokens.SecurityKey
Public Overridable Function CreateKey () As SecurityKey

Returns

A SecurityKey that contains the created key.

Remarks

When a key can be created using the parameters passed into a constructor, override the CanCreateKey method to return true and implement the CreateKey method.

Applies to