Saml2SecurityTokenHandler.GetEncryptingCredentials 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得權杖加密認證。 覆寫這個方法,以變更權杖加密認證。
protected:
virtual System::IdentityModel::Tokens::EncryptingCredentials ^ GetEncryptingCredentials(System::IdentityModel::Tokens::SecurityTokenDescriptor ^ tokenDescriptor);
protected virtual System.IdentityModel.Tokens.EncryptingCredentials GetEncryptingCredentials (System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor);
abstract member GetEncryptingCredentials : System.IdentityModel.Tokens.SecurityTokenDescriptor -> System.IdentityModel.Tokens.EncryptingCredentials
override this.GetEncryptingCredentials : System.IdentityModel.Tokens.SecurityTokenDescriptor -> System.IdentityModel.Tokens.EncryptingCredentials
Protected Overridable Function GetEncryptingCredentials (tokenDescriptor As SecurityTokenDescriptor) As EncryptingCredentials
參數
- tokenDescriptor
- SecurityTokenDescriptor
擷取 Scope 物件的某些範圍加密憑證。
傳回
表示權杖加密認證的 EncryptingCredentials。
例外狀況
tokenDescriptor
為 null
。
擷取自語彙基元描述元的加密憑證是非對稱式。
備註
默認實作會從 EncryptingCredentials 的屬性擷取加密認證 tokenDescriptor
。