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