SecurityTokenRequirement.KeyType 属性

定义

获取或设置与安全令牌相关联的密钥的类型(非对称或对称)。

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 属性值相匹配的索引处。

适用于

另请参阅