Specifies a custom replay cache. Must derive from T:Microsoft.IdentityModel.Tokens.TokenReplayCache.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As TokenReplayDetectionElement
Dim value As CustomTypeElement

value = instance.CustomType

instance.CustomType = value

Syntax

Visual Basic
<ConfigurationPropertyAttribute("replayCache", IsRequired:=False)> _
Public Property CustomType As CustomTypeElement
C#
[ConfigurationPropertyAttribute("replayCache", IsRequired=false)] 
public CustomTypeElement CustomType { get; set; }
C++
[ConfigurationPropertyAttribute(L"replayCache", IsRequired=false)] 
public:
property CustomTypeElement^ CustomType {
		CustomTypeElement^ get ();
		void set (CustomTypeElement^ value);
}
J#
/** @property */
public CustomTypeElement get_CustomType ()

/** @property */
public void set_CustomType (CustomTypeElement value)
JScript
public function get CustomType () : CustomTypeElement

public function set CustomType (value : CustomTypeElement)

Exceptions

Exception type Condition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also