SymmetricSecurityKey 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示使用对称算法生成的所有密钥的抽象基类。
public ref class SymmetricSecurityKey abstract : System::IdentityModel::Tokens::SecurityKey
public abstract class SymmetricSecurityKey : System.IdentityModel.Tokens.SecurityKey
type SymmetricSecurityKey = class
inherit SecurityKey
Public MustInherit Class SymmetricSecurityKey
Inherits SecurityKey
- 继承
- 派生
注解
通常,该类由基础结构用来使用对称密钥转换 XML。
构造函数
SymmetricSecurityKey() |
初始化 SymmetricSecurityKey 类的新实例。 |
属性
KeySize |
在派生类中重写时,获取密钥的大小(以位为单位)。 (继承自 SecurityKey) |