Share via


RsaKeyIdentifierClause.CreateKey Metodo

Definizione

Crea una chiave utilizzando l'algoritmo RSA.

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

Restituisce

Classe RsaSecurityKey che rappresenta una chiave creata utilizzando l'algoritmo RSA specificato nel costruttore.

Si applica a