WSTrustMessage.KeySizeInBits 속성

정의

RequestSecurityToken(RST) 메시지 내의 wst:KeySize 요소의 콘텐츠를 가져오거나 설정합니다.

public:
 property Nullable<int> KeySizeInBits { Nullable<int> get(); void set(Nullable<int> value); };
public int? KeySizeInBits { get; set; }
member this.KeySizeInBits : Nullable<int> with get, set
Public Property KeySizeInBits As Nullable(Of Integer)

속성 값

키의 크기(비트)입니다.

예외

0보다 작거나 같은 값을 설정하려는 시도가 발생합니다.

적용 대상