다음을 통해 공유


LocalClientSecuritySettings.SessionKeyRenewalInterval 속성

정의

해당 기간이 경과하면 초기자가 보안 세션에 대한 키를 갱신해야 하는 시간 범위를 가져오거나 설정합니다.

public:
 property TimeSpan SessionKeyRenewalInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan SessionKeyRenewalInterval { get; set; }
member this.SessionKeyRenewalInterval : TimeSpan with get, set
Public Property SessionKeyRenewalInterval As TimeSpan

속성 값

해당 기간이 경과하면 초기자가 보안 세션에 대한 키를 갱신해야 하는 시간 범위를 나타내는 TimeSpan입니다. 기본값은 10시간입니다.

예외

set 문을 통해 속성이 0보다 작은 값으로 설정된 경우

예제

이 예제에서는 이 속성을 가져오는 방법을 보여줍니다.

TimeSpan sessionKeyRenewalInterval = settings.SessionKeyRenewalInterval;
Dim sessionKeyRenewalInterval As TimeSpan = settings.SessionKeyRenewalInterval

설명

@FSHO1@이와 같은 세션 설정은 다음 조건에서 사용할 수 있습니다.

@FSHO1@이와 같은 세션 설정은 다음 조건에서 사용할 수 없습니다.

적용 대상