RsaKeyIdentifierClause.CreateKey Methode

Definition

Erstellt einen Schlüssel mithilfe des RSA-Algorithmus.

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

Gibt zurück

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

Gilt für: