RsaKeyIdentifierClause.CreateKey Metoda

Definicja

Tworzy klucz przy użyciu algorytmu 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

Zwraca

Klucz RsaSecurityKey utworzony przy użyciu algorytmu RSA określonego w konstruktorze.

Dotyczy