RsaKeyIdentifierClause.CreateKey Método

Definição

Cria uma chave usando o 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

Retornos

Um RsaSecurityKey que é uma chave criada usando o algoritmo RSA especificado no construtor.

Aplica-se a