SecurityContextSecurityTokenResolver 생성자

정의

SecurityContextSecurityTokenResolver 클래스의 새 인스턴스를 초기화합니다.

오버로드

SecurityContextSecurityTokenResolver(Int32, Boolean)

SecurityContextSecurityTokenResolver 클래스의 새 인스턴스를 초기화합니다.

SecurityContextSecurityTokenResolver(Int32, Boolean, TimeSpan)

지정된 보안 컨텍스트 캐시 용량과 최대 클록 오차를 사용하여 SecurityContextSecurityTokenResolver 클래스의 새 인스턴스를 초기화합니다.

SecurityContextSecurityTokenResolver(Int32, Boolean)

SecurityContextSecurityTokenResolver 클래스의 새 인스턴스를 초기화합니다.

public:
 SecurityContextSecurityTokenResolver(int securityContextCacheCapacity, bool removeOldestTokensOnCacheFull);
public SecurityContextSecurityTokenResolver (int securityContextCacheCapacity, bool removeOldestTokensOnCacheFull);
new System.ServiceModel.Security.Tokens.SecurityContextSecurityTokenResolver : int * bool -> System.ServiceModel.Security.Tokens.SecurityContextSecurityTokenResolver
Public Sub New (securityContextCacheCapacity As Integer, removeOldestTokensOnCacheFull As Boolean)

매개 변수

securityContextCacheCapacity
Int32

보안 컨텍스트 캐시의 크기입니다.

removeOldestTokensOnCacheFull
Boolean

캐시가 가득 찼을 때 가장 오래된 토큰을 제거해야 할 경우 true이고, 그렇지 않으면 false입니다.

설명

removeOldestTokensOnCacheFull가 이면 false AddContext QuotaExceededException 캐시 용량에 도달 하면이 throw 됩니다.

적용 대상

SecurityContextSecurityTokenResolver(Int32, Boolean, TimeSpan)

지정된 보안 컨텍스트 캐시 용량과 최대 클록 오차를 사용하여 SecurityContextSecurityTokenResolver 클래스의 새 인스턴스를 초기화합니다.

public:
 SecurityContextSecurityTokenResolver(int securityContextCacheCapacity, bool removeOldestTokensOnCacheFull, TimeSpan clockSkew);
public SecurityContextSecurityTokenResolver (int securityContextCacheCapacity, bool removeOldestTokensOnCacheFull, TimeSpan clockSkew);
new System.ServiceModel.Security.Tokens.SecurityContextSecurityTokenResolver : int * bool * TimeSpan -> System.ServiceModel.Security.Tokens.SecurityContextSecurityTokenResolver
Public Sub New (securityContextCacheCapacity As Integer, removeOldestTokensOnCacheFull As Boolean, clockSkew As TimeSpan)

매개 변수

securityContextCacheCapacity
Int32

보안 컨텍스트 캐시의 크기입니다.

removeOldestTokensOnCacheFull
Boolean

캐시가 가득 찼을 때 가장 오래된 토큰을 제거해야 할 경우 true이고, 그렇지 않으면 false입니다.

clockSkew
TimeSpan

클라이언트와 서버의 클록 설정 사이에 허용되는 최대 오차입니다.

적용 대상