25 references to TryGetProperty
System.IdentityModel (7)
System\IdentityModel\Selectors\SecurityTokenRequirement.cs (7)
51
return (this.
TryGetProperty
<string>(TokenTypeProperty, out result)) ? result : null;
64
return (this.
TryGetProperty
<bool>(IsOptionalTokenProperty, out result)) ? result : defaultIsOptionalToken;
77
return (this.
TryGetProperty
<bool>(RequireCryptographicTokenProperty, out result)) ? result : defaultRequireCryptographicToken;
90
return (this.
TryGetProperty
<SecurityKeyUsage>(KeyUsageProperty, out result)) ? result : defaultKeyUsage;
104
return (this.
TryGetProperty
<SecurityKeyType>(KeyTypeProperty, out result)) ? result : defaultKeyType;
118
return (this.
TryGetProperty
<int>(KeySizeProperty, out result)) ? result : defaultKeySize;
150
if (!
TryGetProperty
<TValue>(propertyName, out result))
System.ServiceModel (18)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (11)
71
if (initiatorRequirement.
TryGetProperty
<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out parameters))
135
if (initiatorRequirement.
TryGetProperty
<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out parameters))
153
if (initiatorRequirement.
TryGetProperty
<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out parameters))
164
if (initiatorRequirement.
TryGetProperty
<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out channelParameters))
244
if (initiatorRequirement.
TryGetProperty
<Uri>(ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty, out privacyNoticeUri))
249
if (initiatorRequirement.
TryGetProperty
<int>(ServiceModelSecurityTokenRequirement.PrivacyNoticeVersionProperty, out privacyNoticeVersion))
254
if (initiatorRequirement.
TryGetProperty
<EndpointAddress>(ServiceModelSecurityTokenRequirement.DuplexClientLocalAddressProperty, out localAddress))
278
if (initiatorRequirement.
TryGetProperty
<Uri>(ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty, out privacyNoticeUri))
284
if (initiatorRequirement.
TryGetProperty
<int>(ServiceModelSecurityTokenRequirement.PrivacyNoticeVersionProperty, out privacyNoticeVersion))
510
if (initiatorRequirement.
TryGetProperty
<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out channelParameters))
788
if (tokenRequirement.
TryGetProperty
<ChannelParameterCollection>(
System\ServiceModel\Security\InfoCardHelper.cs (3)
74
if (tokenRequirement.
TryGetProperty
<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out channelParameter))
95
if (!tokenRequirement.
TryGetProperty
<Uri>(ServiceModelSecurityTokenRequirement.PrivacyNoticeUriProperty, out privacyNoticeLink))
101
if (!tokenRequirement.
TryGetProperty
<int>(ServiceModelSecurityTokenRequirement.PrivacyNoticeVersionProperty, out privacyNoticeVersion))
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (2)
138
recipientRequirement.
TryGetProperty
<ExtendedProtectionPolicy>(ServiceModelSecurityTokenRequirement.ExtendedProtectionPolicy, out extendedProtectionPolicy);
417
bool authenticationSchemeIdentified = recipientRequirement.
TryGetProperty
<AuthenticationSchemes>(ServiceModelSecurityTokenRequirement.HttpAuthenticationSchemeProperty, out authenticationScheme);
System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (2)
178
return (this.
TryGetProperty
<MessageSecurityVersion>(DefaultMessageSecurityVersionProperty, out messageSecurityVersion)) ? messageSecurityVersion : null;
225
if (!
TryGetProperty
<TValue>(propertyName, out result))