RsaKeyIdentifierClause.CreateKey Metodo

Definizione

Crea una chiave usando 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

Valori restituiti

Oggetto RsaSecurityKey che è una chiave creata usando l'algoritmo RSA specificato nel costruttore.

Si applica a