Saml2ProxyRestriction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the ProxyRestriction element specified in [Saml2Core, 2.5.1.6].
public ref class Saml2ProxyRestriction
public class Saml2ProxyRestriction
type Saml2ProxyRestriction = class
Public Class Saml2ProxyRestriction
- Inheritance
-
Saml2ProxyRestriction
Remarks
For more information about the element that this class represents, see the SAML V2.0 Core specification.
Constructors
Saml2ProxyRestriction() |
Initializes a new instance of the Saml2ProxyRestriction class. |
Properties
Audiences |
Gets or sets the set of audiences to whom the asserting party permits new assertions to be issued on the basis of this assertion. |
Count |
Gets or sets the maximum number of indirections that the asserting party permits to exist between this assertion and an assertion which has ultimately been issued on the basis of it. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |