IssuedSecurityTokenParameters.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

SecurityKeyType 值之一。

适用于