ServiceConfiguration.TokenReplayCache Property
Gets or sets the TokenReplayCache that is used to detect replayed tokens.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As ServiceConfiguration Dim value As TokenReplayCache value = instance.TokenReplayCache instance.TokenReplayCache = value
Syntax
'Declaration
Public Property TokenReplayCache As TokenReplayCache
public TokenReplayCache TokenReplayCache { get; set; }
public:
property TokenReplayCache^ TokenReplayCache {
TokenReplayCache^ get ();
void set (TokenReplayCache^ value);
}
/** @property */
public TokenReplayCache get_TokenReplayCache ()
/** @property */
public void set_TokenReplayCache (TokenReplayCache value)
public function get TokenReplayCache () : TokenReplayCache
public function set TokenReplayCache (value : TokenReplayCache)
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
ServiceConfiguration Class
ServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace