Saml2Advice Class

Definition

Represents the Advice element specified in [Saml2Core, 2.6.1]. see: http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf

public class Saml2Advice
type Saml2Advice = class
Public Class Saml2Advice
Inheritance
Saml2Advice

Remarks

This information MAY be ignored by applications without affecting either the semantics or the validity of the assertion. [Saml2Core, 2.6.1]

Constructors

Saml2Advice()

Creates an instance of Saml2Advice.

Properties

AssertionIdReferences

Gets a collection of Saml2Id representing the assertions in the Saml2Advice.

Assertions

Gets a collection of Saml2Assertion representing the assertions in the Saml2Advice.

AssertionUriReferences

Gets a collection of Uri representing the assertions in the Saml2Advice.

Applies to