SecurityKeyIdentifierClause.CreateKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據傳入建構函式的參數來建立金鑰。
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
傳回
包含所建立金鑰的 SecurityKey。
備註
當金鑰可以透過使用傳入至建構函式的參數建立時,此時要覆寫 CanCreateKey 方法,以便傳回 true
和實作 CreateKey 方法。