BinarySecretKeyIdentifierClause.CreateKey Method

Definition

Creates a security key.

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

Returns

The newly created security key.

Applies to