2 references to SamlTokenProfile11
System.IdentityModel (2)
System\IdentityModel\Configuration\SecurityTokenServiceConfiguration.cs (1)
27string _defaultTokenType = SecurityTokenTypes.SamlTokenProfile11;
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
51static string[] _tokenTypeIdentifiers = new string[] { SecurityTokenTypes.SamlTokenProfile11, SecurityTokenTypes.OasisWssSamlTokenProfile11 };