16 references to Scope
System.IdentityModel (16)
System\IdentityModel\Scope.cs (7)
26/// Initializes an instance of <see cref="Scope"/> 34/// Initializes an instance of <see cref="Scope"/> 43/// Initializes an instance of <see cref="Scope"/> 53/// Initializes an instance of <see cref="Scope"/> 63/// Initializes an instance of <see cref="Scope"/> 138/// be encrypted by <see cref="Scope.EncryptingCredentials"/>. 154/// be encrypted by <see cref="Scope.EncryptingCredentials"/>.
System\IdentityModel\SecurityTokenService.cs (9)
250protected virtual SecurityTokenDescriptor CreateSecurityTokenDescriptor(RST request, Scope scope) 325protected virtual ProofDescriptor GetProofToken(RST request, Scope scope) 587protected virtual Scope EndGetScope(IAsyncResult result) 639protected abstract Scope GetScope(ClaimsPrincipal principal, RST request); 648protected abstract ClaimsIdentity GetOutputClaimsIdentity(ClaimsPrincipal principal, RequestSecurityToken request, Scope scope); 661protected virtual IAsyncResult BeginGetOutputClaimsIdentity(ClaimsPrincipal principal, RequestSecurityToken request, Scope scope, AsyncCallback callback, object state) 698Scope scope = GetScope(principal, request); 818Scope scope = EndGetScope(result); 1009public Scope Scope