Namespaces Class
This class supports the AD FS infrastructure and is not intended to be used directly from your code. The Namespaces class is used to override the default WS* and claims namespaces used by AD FS when generating WS-Federation Passive Requester Interoperability Profile messages and SAML tokens.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.Namespaces
Syntax
[ComVisibleAttribute(true)]
public class Namespaces
[ComVisibleAttribute(true)]
public ref class Namespaces
[<ComVisibleAttribute(true)>]
type Namespaces = class end
<ComVisibleAttribute(True)>
Public Class Namespaces
Constructors
Name | Description | |
---|---|---|
![]() |
Namespaces() | Initializes a new instance of the Namespaces class. |
Properties
Name | Description | |
---|---|---|
![]() |
AddressingNamespace | Gets or sets XML Namespace for addressing. |
![]() |
CommonNameAttributeName | Gets or sets the attribute name for the CommonName attribute. Default is "CommonName" |
![]() |
CommonNameAttributeNamespace | Gets or sets the XML Namespace for the CommonName attribute. Default is "https://schemas.xmlsoap.org/claims". |
![]() |
CommonNameNameIdentifierFormat | Gets or sets a static string that points to the Common name attribute's name identifier. |
![]() ![]() |
Default | Gets the default. |
![]() |
EmailAttributeName | Gets or sets the name for the e-mail attribute. |
![]() |
EmailAttributeNamespace | Gets or sets the namespace for the e-mail attribute. |
![]() |
EmailNameIdentifierFormat | Gets or sets the format of the e-mail name identifier. |
![]() |
GroupAttributeName | Gets or sets the name for the group attribute. |
![]() |
GroupAttributeNamespace | Gets or sets the namespace for the group attribute. |
![]() |
IsEmpty | Gets if the Namespaces object is empty. |
![]() |
NameValueAttributeNamespace | Gets or sets the namespace for the name value attribute. |
![]() |
PolicyNamespace | Gets or sets the namespace for the policy. |
![]() |
TrustNamespace | Gets or sets the namespace for the trust. |
![]() |
UpnAttributeName | Gets or sets the name for the Upn attribute. |
![]() |
UpnAttributeNamespace | Gets or sets the namespace for the Upn attribute. |
![]() |
UpnNameIdentifierFormat | Gets or sets the Format of the Upn Name Identifier. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
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