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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.