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