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