This topic has not yet been rated - Rate this topic

LocalClientSecuritySettings Properties

  Name Description
Public property CacheCookies Gets or sets a value that indicates whether secure conversation cookies are cached.
Public property CookieRenewalThresholdPercentage Gets or sets the threshold percentage for renewal of secure conversation cookies.
Public property DetectReplays Gets or sets a value that indicates whether replay detection is enabled on messages the client receives from the service.
Public property IdentityVerifier Gets or sets the identity verifier.
Public property MaxClockSkew Gets or sets the maximum allowable time difference between the system clocks of the two parties that are communicating.
Public property MaxCookieCachingTime Gets or sets the maximum caching time for secure conversation cookies.
Public property ReconnectTransportOnFailure Gets or sets a value that indicates whether security sessions attempt to reconnect after transport failures.
Public property ReplayCacheSize Gets or sets the number of cached nonces used for replay detection.
Public property ReplayWindow Gets or sets the maximum time that a message nonce is valid.
Public property SessionKeyRenewalInterval Gets or sets the time span after which the initiator renews the key for the security session.
Public property SessionKeyRolloverInterval Gets or sets the time interval for which the previous session key is valid on incoming messages during a key renewal.
Public property TimestampValidityDuration 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.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.