29 references to Namespace
dotnet-svcutil-lib (29)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (29)
15private const string securityAlgorithmSuiteProperty = Namespace + "/SecurityAlgorithmSuite"; 16private const string securityBindingElementProperty = Namespace + "/SecurityBindingElement"; 17private const string issuerAddressProperty = Namespace + "/IssuerAddress"; 18private const string issuerBindingProperty = Namespace + "/IssuerBinding"; 19private const string secureConversationSecurityBindingElementProperty = Namespace + "/SecureConversationSecurityBindingElement"; 20private const string supportSecurityContextCancellationProperty = Namespace + "/SupportSecurityContextCancellation"; 21private const string messageSecurityVersionProperty = Namespace + "/MessageSecurityVersion"; 22private const string defaultMessageSecurityVersionProperty = Namespace + "/DefaultMessageSecurityVersion"; 23private const string issuerBindingContextProperty = Namespace + "/IssuerBindingContext"; 24private const string transportSchemeProperty = Namespace + "/TransportScheme"; 25private const string isInitiatorProperty = Namespace + "/IsInitiator"; 26private const string targetAddressProperty = Namespace + "/TargetAddress"; 27private const string viaProperty = Namespace + "/Via"; 28private const string listenUriProperty = Namespace + "/ListenUri"; 29private const string auditLogLocationProperty = Namespace + "/AuditLogLocation"; 30private const string suppressAuditFailureProperty = Namespace + "/SuppressAuditFailure"; 31private const string messageAuthenticationAuditLevelProperty = Namespace + "/MessageAuthenticationAuditLevel"; 32private const string isOutOfBandTokenProperty = Namespace + "/IsOutOfBandToken"; 33private const string preferSslCertificateAuthenticatorProperty = Namespace + "/PreferSslCertificateAuthenticator"; 36private const string supportingTokenAttachmentModeProperty = Namespace + "/SupportingTokenAttachmentMode"; 37private const string messageDirectionProperty = Namespace + "/MessageDirection"; 38private const string httpAuthenticationSchemeProperty = Namespace + "/HttpAuthenticationScheme"; 39private const string issuedSecurityTokenParametersProperty = Namespace + "/IssuedSecurityTokenParameters"; 40private const string privacyNoticeUriProperty = Namespace + "/PrivacyNoticeUri"; 41private const string privacyNoticeVersionProperty = Namespace + "/PrivacyNoticeVersion"; 42private const string duplexClientLocalAddressProperty = Namespace + "/DuplexClientLocalAddress"; 43private const string endpointFilterTableProperty = Namespace + "/EndpointFilterTable"; 44private const string channelParametersCollectionProperty = Namespace + "/ChannelParametersCollection"; 45private const string extendedProtectionPolicy = Namespace + "/ExtendedProtectionPolicy";