SecurityContextSecurityTokenResolver 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
클라이언트와 서버의 클록 설정 사이에 허용되는 최대 오차입니다.