Propriété TokenReplayDetectionElement.CustomType
Specifies a custom replay cache. Must derive from T:Microsoft.IdentityModel.Tokens.TokenReplayCache.
Espace de noms: Microsoft.IdentityModel.Configuration
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As TokenReplayDetectionElement Dim value As CustomTypeElement value = instance.CustomType instance.CustomType = value
Syntaxe
'Déclaration
<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)
Exceptions
Type d'exception | Condition |
---|
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe TokenReplayDetectionElement
Membres TokenReplayDetectionElement
Espace de noms Microsoft.IdentityModel.Configuration