Freigeben über


TokenReplayDetectionElement.Capacity Property

Specifies the maximum number of items in the cache.

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

Verwendung

    Dim instance As TokenReplayDetectionElement
Dim value As String

value = instance.Capacity

instance.Capacity = value

Syntax

'Declaration
<ConfigurationPropertyAttribute("capacity", IsRequired:=False)> _
Public Property Capacity As String
[ConfigurationPropertyAttribute("capacity", IsRequired=false)] 
public string Capacity { get; set; }
[ConfigurationPropertyAttribute(L"capacity", IsRequired=false)] 
public:
property String^ Capacity {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Capacity ()

/** @property */
public void set_Capacity (String value)
public function get Capacity () : String

public function set Capacity (value : String)

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