1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
|
<?xml version="1.0" encoding="utf-8"?>
<Type Name="LocalClientSecuritySettings" FullName="System.ServiceModel.Channels.LocalClientSecuritySettings">
<TypeSignature Language="C#" Value="public sealed class LocalClientSecuritySettings" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed beforefieldinit LocalClientSecuritySettings extends System.Object" />
<AssemblyInfo>
<AssemblyName>System.ServiceModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This class contains the local security settings used by the <see cref="T:System.ServiceModel.Channels.SecurityBindingElement" /> (and classes derived from it) to build the security channel. These settings are local to the client and are not determined from the service's security policy.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Specifies local client security settings.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public LocalClientSecuritySettings ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.ServiceModel.Channels.LocalClientSecuritySettings" /> class. </para>
</summary>
</Docs>
</Member>
<Member MemberName="CacheCookies">
<MemberSignature Language="C#" Value="public bool CacheCookies { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool CacheCookies" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a value that indicates whether secure conversation cookies are cached. </para>
</summary>
</Docs>
</Member>
<Member MemberName="Clone">
<MemberSignature Language="C#" Value="public System.ServiceModel.Channels.LocalClientSecuritySettings Clone ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.ServiceModel.Channels.LocalClientSecuritySettings Clone() cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Channels.LocalClientSecuritySettings</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Creates a new instance of this class, which is a copy or clone of the current instance.</para>
</summary>
<returns>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A new instance of <see cref="T:System.ServiceModel.Channels.LocalClientSecuritySettings" />.</para>
</returns>
</Docs>
</Member>
<Member MemberName="CookieRenewalThresholdPercentage">
<MemberSignature Language="C#" Value="public int CookieRenewalThresholdPercentage { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 CookieRenewalThresholdPercentage" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>The client caches secure conversation cookies and when a cached cookie is going to expire in the near future, the client automatically gets a new cookie from the service. The value of this property determines what percentage of the cached cookie's validity period must be over before getting a new cookie. For example, if the value of this property is 60, and the client has a secure conversation cookie that is valid for 100 minutes, it reuses the cached cookie for 60 minutes, after which it gets a new cookie from the service.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the threshold percentage for renewal of secure conversation cookies.</para>
</summary>
</Docs>
</Member>
<Member MemberName="DetectReplays">
<MemberSignature Language="C#" Value="public bool DetectReplays { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool DetectReplays" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a value that indicates whether replay detection is enabled on messages the client receives from the service.</para>
</summary>
</Docs>
</Member>
<Member MemberName="IdentityVerifier">
<MemberSignature Language="C#" Value="public System.ServiceModel.Security.IdentityVerifier IdentityVerifier { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.Security.IdentityVerifier IdentityVerifier" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.ServiceModel.Security.IdentityVerifier</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This property is used to verify that the remote endpoint that the client channel is communicating with matches the identity specified in the <see cref="T:System.ServiceModel.EndpointAddress" /> that the channel is targeted for.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the identity verifier.</para>
</summary>
</Docs>
</Member>
<Member MemberName="MaxClockSkew">
<MemberSignature Language="C#" Value="public TimeSpan MaxClockSkew { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.TimeSpan MaxClockSkew" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.TimeSpan</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Messages between systems whose clocks' difference exceeds the value specified in this property are rejected.</para>
<para>This property is used in conjunction with the message time stamp verification and the <see cref="P:System.ServiceModel.Channels.LocalClientSecuritySettings.ReplayWindow" /> property.</para>
<para>crdefault <format type="text/html"><a href="491d1705-eb29-43c2-a44c-c0cf996f74eb">How To: Set a Max Clock Skew</a></format>.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating. </para>
</summary>
</Docs>
</Member>
<Member MemberName="MaxCookieCachingTime">
<MemberSignature Language="C#" Value="public TimeSpan MaxCookieCachingTime { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.TimeSpan MaxCookieCachingTime" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.TimeSpan</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the maximum caching time for secure conversation cookies. </para>
</summary>
</Docs>
</Member>
<Member MemberName="ReconnectTransportOnFailure">
<MemberSignature Language="C#" Value="public bool ReconnectTransportOnFailure { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool ReconnectTransportOnFailure" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>If this flag is set to true, the client tries to send messages that correspond to a single security session over multiple transport connections. It establishes a new transport connection if the previous connection fails. This is useful in the case of secure WS-ReliableMessaging because the client requires the session to tolerate transient transport failures.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets a value that indicates whether security sessions attempt to reconnect after transport failures.</para>
</summary>
</Docs>
</Member>
<Member MemberName="ReplayCacheSize">
<MemberSignature Language="C#" Value="public int ReplayCacheSize { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int32 ReplayCacheSize" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A <newTerm>nonce</newTerm> is a "number used once", often a random number used in an authentication protocol to ensure that old communications cannot be used in an attack by using replays.</para>
<para>If the nonce count is exceeded, the incoming message is rejected and a <see cref="T:System.ServiceModel.Security.MessageSecurityException" /> is thrown. Old nonces are removed in a timely manner.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the number of cached nonces used for replay detection. </para>
</summary>
</Docs>
</Member>
<Member MemberName="ReplayWindow">
<MemberSignature Language="C#" Value="public TimeSpan ReplayWindow { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.TimeSpan ReplayWindow" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.TimeSpan</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A <newTerm>nonce</newTerm> is a "number used once", often a random number used in an authentication protocol to ensure that old communications cannot be used in an attack by using replays.</para>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the maximum time that a message nonce is valid.</para>
</summary>
</Docs>
</Member>
<Member MemberName="SessionKeyRenewalInterval">
<MemberSignature Language="C#" Value="public TimeSpan SessionKeyRenewalInterval { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.TimeSpan SessionKeyRenewalInterval" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.TimeSpan</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Session settings such as this one are applicable under any of the following conditions:</para>
<list type="bullet">
<item>
<para>All client credential types for <see cref="T:System.ServiceModel.WSDualHttpBinding" /> and <see cref="T:System.ServiceModel.NetTcpBinding" />.</para>
</item>
<item>
<para>If <format type="text/html"><a href="9c93818a-7dfa-43d5-b3a1-1aafccf3a00b"><reliableSession> element</a></format> is enabled.</para>
</item>
<item>
<para>If <format type="text/html"><a href="9c93818a-7dfa-43d5-b3a1-1aafccf3a00b"><reliableSession> element</a></format> is not enabled, on <see cref="T:System.ServiceModel.WSHttpBinding" /> with <see cref="P:System.ServiceModel.Description.ClientCredentials.UserName" /> = true or <see cref="P:System.ServiceModel.Description.ClientCredentials.Windows" /> = true.</para>
</item>
</list>
<para>Session settings such as this one are not applicable under any of the following conditions:</para>
<list type="bullet">
<item>
<para>For <see cref="T:System.ServiceModel.BasicHttpBinding" />.</para>
</item>
<item>
<para>For <see cref="T:System.ServiceModel.NetNamedPipeBinding" />.</para>
</item>
<item>
<para>If <format type="text/html"><a href="9c93818a-7dfa-43d5-b3a1-1aafccf3a00b"><reliableSession> element</a></format> is not enabled, on <see cref="T:System.ServiceModel.WSHttpBinding" /> with <see cref="P:System.ServiceModel.Description.ClientCredentials.ClientCertificate" /> = true or with none of the <see cref="T:System.ServiceModel.Description.ClientCredentials" /> properties set to true.</para>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the time span after which the initiator renews the key for the security session.</para>
</summary>
</Docs>
</Member>
<Member MemberName="SessionKeyRolloverInterval">
<MemberSignature Language="C#" Value="public TimeSpan SessionKeyRolloverInterval { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.TimeSpan SessionKeyRolloverInterval" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.TimeSpan</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>After key renewal, the client and the server should always send messages using the most current available key. Both parties can accept incoming messages secured with the previous session key until the rollover time expires.</para>
<para>Session settings such as this one are applicable under any of the following conditions:</para>
<list type="bullet">
<item>
<para>All client credential types for <see cref="T:System.ServiceModel.WSDualHttpBinding" /> and <see cref="T:System.ServiceModel.NetTcpBinding" />.</para>
</item>
<item>
<para>If <format type="text/html"><a href="9c93818a-7dfa-43d5-b3a1-1aafccf3a00b"><reliableSession> element</a></format> is enabled.</para>
</item>
<item>
<para>If <format type="text/html"><a href="9c93818a-7dfa-43d5-b3a1-1aafccf3a00b"><reliableSession> element</a></format> is not enabled, on <see cref="T:System.ServiceModel.WSHttpBinding" /> with <see cref="P:System.ServiceModel.Description.ClientCredentials.UserName" /> = true or <see cref="P:System.ServiceModel.Description.ClientCredentials.windows" /> = true.</para>
</item>
</list>
<para>Session settings such as this one are not applicable under any of the following conditions:</para>
<list type="bullet">
<item>
<para>For <see cref="T:System.ServiceModel.BasicHttpBinding" />.</para>
</item>
<item>
<para>For <see cref="T:System.ServiceModel.NetNamedPipeBinding" />.</para>
</item>
<item>
<para>If <format type="text/html"><a href="9c93818a-7dfa-43d5-b3a1-1aafccf3a00b"><reliableSession> element</a></format> is not enabled, on <see cref="T:System.ServiceModel.WSHttpBinding" /> with <see cref="P:System.ServiceModel.Description.ClientCredentials.ClientCertificate" /> = true or with none of the <see cref="T:System.ServiceModel.Description.ClientCredentials" /> properties set to true.</para>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the time interval for which the previous session key is valid on incoming messages during a key renewal.</para>
</summary>
</Docs>
</Member>
<Member MemberName="TimestampValidityDuration">
<MemberSignature Language="C#" Value="public TimeSpan TimestampValidityDuration { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.TimeSpan TimestampValidityDuration" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.TimeSpan</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets or sets the maximum duration that the messages are valid when sent by the client. If a message is received by the service after this duration, it should discard the message.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>
|