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 の有効な値。 既定値は SymmetricKey です。

属性

適用対象