SecurityKeyIdentifierClause.CreateKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a key based on the parameters passed into the constructor.
public:
virtual System::IdentityModel::Tokens::SecurityKey ^ CreateKey();
public virtual System.IdentityModel.Tokens.SecurityKey CreateKey ();
abstract member CreateKey : unit -> System.IdentityModel.Tokens.SecurityKey
override this.CreateKey : unit -> System.IdentityModel.Tokens.SecurityKey
Public Overridable Function CreateKey () As SecurityKey
Returns
A SecurityKey that contains the created key.
Remarks
When a key can be created using the parameters passed into a constructor, override the CanCreateKey method to return true
and implement the CreateKey method.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.