IssuedTokenParametersElement.KeyType 属性

定义

获取或设置要颁发的密钥的类型。

public:
 property System::IdentityModel::Tokens::SecurityKeyType KeyType { System::IdentityModel::Tokens::SecurityKeyType get(); void set(System::IdentityModel::Tokens::SecurityKeyType value); };
[System.Configuration.ConfigurationProperty("keyType", DefaultValue=System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey)]
public System.IdentityModel.Tokens.SecurityKeyType KeyType { get; set; }
[<System.Configuration.ConfigurationProperty("keyType", DefaultValue=System.IdentityModel.Tokens.SecurityKeyType.SymmetricKey)>]
member this.KeyType : System.IdentityModel.Tokens.SecurityKeyType with get, set
Public Property KeyType As SecurityKeyType

属性值

SecurityKeyType

一个有效的 SecurityKeyType 值,可指定要颁发密钥的类型。 默认值是 SymmetricKey

属性

适用于