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
System_CAPS_pubmethod Namespaces()

Initializes a new instance of the Namespaces class.

Properties

Name Description
System_CAPS_pubproperty AddressingNamespace

Gets or sets XML Namespace for addressing.

System_CAPS_pubproperty CommonNameAttributeName

Gets or sets the attribute name for the CommonName attribute. Default is "CommonName"

System_CAPS_pubproperty CommonNameAttributeNamespace

Gets or sets the XML Namespace for the CommonName attribute. Default is "https://schemas.xmlsoap.org/claims".

System_CAPS_pubproperty CommonNameNameIdentifierFormat

Gets or sets a static string that points to the Common name attribute's name identifier.

System_CAPS_pubpropertySystem_CAPS_static Default

Gets the default.

System_CAPS_pubproperty EmailAttributeName

Gets or sets the name for the e-mail attribute.

System_CAPS_pubproperty EmailAttributeNamespace

Gets or sets the namespace for the e-mail attribute.

System_CAPS_pubproperty EmailNameIdentifierFormat

Gets or sets the format of the e-mail name identifier.

System_CAPS_pubproperty GroupAttributeName

Gets or sets the name for the group attribute.

System_CAPS_pubproperty GroupAttributeNamespace

Gets or sets the namespace for the group attribute.

System_CAPS_pubproperty IsEmpty

Gets if the Namespaces object is empty.

System_CAPS_pubproperty NameValueAttributeNamespace

Gets or sets the namespace for the name value attribute.

System_CAPS_pubproperty PolicyNamespace

Gets or sets the namespace for the policy.

System_CAPS_pubproperty TrustNamespace

Gets or sets the namespace for the trust.

System_CAPS_pubproperty UpnAttributeName

Gets or sets the name for the Upn attribute.

System_CAPS_pubproperty UpnAttributeNamespace

Gets or sets the namespace for the Upn attribute.

System_CAPS_pubproperty UpnNameIdentifierFormat

Gets or sets the Format of the Upn Name Identifier.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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