1 instantiation of SecurityTokenDescriptor
System.IdentityModel (1)
System\IdentityModel\SecurityTokenService.cs (1)
262SecurityTokenDescriptor d = new SecurityTokenDescriptor();
39 references to SecurityTokenDescriptor
System.IdentityModel (39)
System\IdentityModel\SecurityTokenService.cs (5)
123SecurityTokenDescriptor _tokenDescriptor; 250protected virtual SecurityTokenDescriptor CreateSecurityTokenDescriptor(RST request, Scope scope) 262SecurityTokenDescriptor d = new SecurityTokenDescriptor(); 532protected virtual RSTR GetResponse(RST request, SecurityTokenDescriptor tokenDescriptor) 1018protected SecurityTokenDescriptor SecurityTokenDescriptor
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (18)
246/// Creates a <see cref="SecurityToken"/> based on a information contained in the <see cref="SecurityTokenDescriptor"/>. 248/// <param name="tokenDescriptor">The <see cref="SecurityTokenDescriptor"/> that has creation information.</param> 251public override SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor) 1005protected virtual Saml2Conditions CreateConditions(Lifetime tokenLifetime, string relyingPartyAddress, SecurityTokenDescriptor tokenDescriptor) 1037protected virtual Saml2Advice CreateAdvice(SecurityTokenDescriptor tokenDescriptor) 1057protected virtual Saml2NameIdentifier CreateIssuerNameIdentifier(SecurityTokenDescriptor tokenDescriptor) 1082protected virtual Saml2Attribute CreateAttribute(Claim claim, SecurityTokenDescriptor tokenDescriptor) 1117/// Creates <see cref="Saml2AttributeStatement"/> from a <see cref="SecurityTokenDescriptor"/> and a <see cref="ClaimsIdentity"/> 1122/// <param name="tokenDescriptor">The <see cref="SecurityTokenDescriptor"/> that contains information on building the <see cref="Saml2AttributeStatement"/>.</param> 1124protected virtual Saml2AttributeStatement CreateAttributeStatement(ClaimsIdentity subject, SecurityTokenDescriptor tokenDescriptor) 1204/// <param name="tokenDescriptor">The <see cref="SecurityTokenDescriptor"/> that contains information on building the delegate.</param> 1205protected virtual void AddDelegateToAttributes(ClaimsIdentity subject, ICollection<Saml2Attribute> attributes, SecurityTokenDescriptor tokenDescriptor) 1287/// <param name="tokenDescriptor">The <see cref="SecurityTokenDescriptor"/> that contains information on creating the <see cref="Saml2Statement"/>.</param> 1289protected virtual IEnumerable<Saml2Statement> CreateStatements(SecurityTokenDescriptor tokenDescriptor) 1326protected virtual Saml2AuthenticationStatement CreateAuthenticationStatement(AuthenticationInformation authInfo, SecurityTokenDescriptor tokenDescriptor) 1407protected virtual Saml2Subject CreateSamlSubject(SecurityTokenDescriptor tokenDescriptor) 1499protected virtual EncryptingCredentials GetEncryptingCredentials(SecurityTokenDescriptor tokenDescriptor) 1534protected virtual SigningCredentials GetSigningCredentials(SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (11)
127public override SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor) 175protected virtual EncryptingCredentials GetEncryptingCredentials(SecurityTokenDescriptor tokenDescriptor) 205protected virtual SigningCredentials GetSigningCredentials(SecurityTokenDescriptor tokenDescriptor) 220protected virtual SamlAdvice CreateAdvice(SecurityTokenDescriptor tokenDescriptor) 269protected virtual SamlConditions CreateConditions(Lifetime tokenLifetime, string relyingPartyAddress, SecurityTokenDescriptor tokenDescriptor) 306protected virtual IEnumerable<SamlStatement> CreateStatements(SecurityTokenDescriptor tokenDescriptor) 338SecurityTokenDescriptor tokenDescriptor) 419SecurityTokenDescriptor tokenDescriptor) 511SecurityTokenDescriptor tokenDescriptor) 556protected virtual SamlSubject CreateSamlSubject(SecurityTokenDescriptor tokenDescriptor) 663protected virtual SamlAttribute CreateAttribute(Claim claim, SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (2)
230/// the <see cref="SecurityTokenDescriptor"/> 240/// to the claim collection of the <see cref="SecurityTokenDescriptor"/>
System\IdentityModel\Tokens\SecurityTokenHandler.cs (1)
231public virtual SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
331public SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
236public override SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor)