다음을 통해 공유


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입니다.

특성

적용 대상