ClaimFactory Class
Creates different types of claim, claim generation, and claim transformation objects.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.ClaimFactory
Syntax
[ComVisibleAttribute(true)]
public class ClaimFactory
[ComVisibleAttribute(true)]
public ref class ClaimFactory
[<ComVisibleAttribute(true)>]
type ClaimFactory = class end
<ComVisibleAttribute(True)>
Public Class ClaimFactory
Constructors
Name | Description | |
---|---|---|
ClaimFactory() | Initializes a new instance of the ClaimFactory class. |
Methods
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top