Freigeben über


TokenReplayDetectionElement.CustomType Property

Specifies a custom replay cache. Must derive from T:Microsoft.IdentityModel.Tokens.TokenReplayCache.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As TokenReplayDetectionElement
Dim value As CustomTypeElement

value = instance.CustomType

instance.CustomType = value

Syntax

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

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

public function set CustomType (value : CustomTypeElement)

Ausnahmen

Ausnahmetyp Bedingung

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

TokenReplayDetectionElement Class
TokenReplayDetectionElement Members
Microsoft.IdentityModel.Configuration Namespace