7 references to Namespace
System.IdentityModel (7)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (7)
16const string tokenTypeProperty = Namespace + "/TokenType"; 17const string keyUsageProperty = Namespace + "/KeyUsage"; 18const string keyTypeProperty = Namespace + "/KeyType"; 19const string keySizeProperty = Namespace + "/KeySize"; 20const string requireCryptographicTokenProperty = Namespace + "/RequireCryptographicToken"; 21const string peerAuthenticationMode = Namespace + "/PeerAuthenticationMode"; 22const string isOptionalTokenProperty = Namespace + "/IsOptionalTokenProperty";