15 references to GetPropertyOrDefault
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\InitiatorServiceModelSecurityTokenRequirement.cs (4)
23
return
GetPropertyOrDefault
<EndpointAddress>(TargetAddressProperty, null);
35
return
GetPropertyOrDefault
<Uri>(ViaProperty, null);
47
return
GetPropertyOrDefault
<bool>(IsOutOfBandTokenProperty, false);
59
return
GetPropertyOrDefault
<bool>(PreferSslCertificateAuthenticatorProperty, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\RecipientServiceModelSecurityTokenRequirement.cs (1)
19
return
GetPropertyOrDefault
<Uri>(ListenUriProperty, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (10)
90
return
GetPropertyOrDefault
<bool>(IsInitiatorProperty, false);
98
return
GetPropertyOrDefault
<SecurityAlgorithmSuite>(SecurityAlgorithmSuiteProperty, null);
110
return
GetPropertyOrDefault
<SecurityBindingElement>(SecurityBindingElementProperty, null);
122
return
GetPropertyOrDefault
<EndpointAddress>(IssuerAddressProperty, null);
134
return
GetPropertyOrDefault
<Binding>(IssuerBindingProperty, null);
146
return
GetPropertyOrDefault
<SecurityBindingElement>(SecureConversationSecurityBindingElementProperty, null);
158
return
GetPropertyOrDefault
<SecurityTokenVersion>(MessageSecurityVersionProperty, null);
183
return
GetPropertyOrDefault
<string>(TransportSchemeProperty, null);
195
return
GetPropertyOrDefault
<bool>(SupportSecurityContextCancellationProperty, defaultSupportSecurityContextCancellation);
207
return
GetPropertyOrDefault
<EndpointAddress>(duplexClientLocalAddressProperty, null);