Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Sustainsys.​Saml2.​Configuration.​TokenReplayDetectionElement
Assembly: Sustainsys.Saml2
Inheritance: object → System.​Configuration.​ConfigurationElement → TokenReplayDetectionElement
Properties
public
bool
Enabled
ExpirationPeriod
LockAttributes
LockAllAttributesExcept
LockElements
LockAllElementsExcept
public
bool
LockItem
ElementInformation
EvaluationContext
protected
bool
HasContext
CurrentConfiguration
Methods
public
bool
IsReadOnly​()
protected
void
ListErrors​(System.​Collections.​IList errorList)
public
bool
Equals​(object compareTo)
public
int
GetHashCode​()
protected
void
SetPropertyValue​(System.​Configuration.​ConfigurationProperty prop,
object value,
bool ignoreLocks)
protected
object
OnRequiredPropertyNotFound​(string name)
protected
void
PostDeserialize​()
protected
void
PreSerialize​(System.​Xml.​XmlWriter writer)
protected
bool
OnDeserializeUnrecognizedAttribute​(string name,
string value)
protected
bool
OnDeserializeUnrecognizedElement​(string elementName,
System.​Xml.​XmlReader reader)
protected
string
GetTransformedTypeString​(string typeName)
protected
string
GetTransformedAssemblyString​(string assemblyName)
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object