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 Duende.​IdentityServer.​Saml.​SamlLogoutNotificationResult
Assembly: Duende.IdentityServer
Inheritance: object → SamlLogoutNotificationResult
Implemented Interfaces
Result of generating SAML front-channel logout notifications.
Properties
public
System.​Collections.​Generic.​IReadOnlyCollection<​SamlLogoutRequestContext>
Messages
The successfully generated logout request contexts.
public
int
SkippedCount
The number of SPs that could not be notified.
Methods
public
string
ToString​()
public
int
GetHashCode​()
public
bool
Equals​(object obj)
public
void
Deconstruct​(System.​Collections.​Generic.​IReadOnlyCollection`1& Messages,
System.​Int32& SkippedCount)
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object