次の方法で共有


IssuedTokenParametersElement.KeySize プロパティ

定義

発行キーのサイズを取得または設定します。

public:
 property int KeySize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("keySize", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int KeySize { get; set; }
[<System.Configuration.ConfigurationProperty("keySize", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.KeySize : int with get, set
Public Property KeySize As Integer

プロパティ値

Int32

発行キーのサイズ。 既定値は 256 です。

属性

適用対象