RsaKeyIdentifierClause.CreateKey Method

Definition

Creates a key using the RSA algorithm.

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

A RsaSecurityKey that is a key created using the RSA algorithm specified in the constructor.

Applies to