SecurityTokenRequirement.KeyType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与安全令牌相关联的密钥的类型(非对称或对称)。
public:
property System::IdentityModel::Tokens::SecurityKeyType KeyType { System::IdentityModel::Tokens::SecurityKeyType get(); void set(System::IdentityModel::Tokens::SecurityKeyType value); };
public System.IdentityModel.Tokens.SecurityKeyType KeyType { get; set; }
member this.KeyType : System.IdentityModel.Tokens.SecurityKeyType with get, set
Public Property KeyType As SecurityKeyType
属性值
一个 SecurityKeyType,它指定了与安全令牌相关联的密钥的类型(非对称或对称)。 默认值是 SymmetricKey
。
注解
还可以通过获取 KeyType 属性(这是一组属性值的集合)来访问 Properties 属性的值。 KeyType 属性的值存储在与 KeyTypeProperty 属性值相匹配的索引处。