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)
250
protected virtual SecurityTokenDescriptor CreateSecurityTokenDescriptor(RST request,
Scope
scope)
325
protected virtual ProofDescriptor GetProofToken(RST request,
Scope
scope)
587
protected virtual
Scope
EndGetScope(IAsyncResult result)
639
protected abstract
Scope
GetScope(ClaimsPrincipal principal, RST request);
648
protected abstract ClaimsIdentity GetOutputClaimsIdentity(ClaimsPrincipal principal, RequestSecurityToken request,
Scope
scope);
661
protected virtual IAsyncResult BeginGetOutputClaimsIdentity(ClaimsPrincipal principal, RequestSecurityToken request,
Scope
scope, AsyncCallback callback, object state)
698
Scope
scope = GetScope(principal, request);
818
Scope
scope = EndGetScope(result);
1009
public
Scope
Scope