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