ContractObject Class

 

Represents a data contract.

Namespace:   Microsoft.IdentityServer.PolicyModel.Configuration
Assembly:  Microsoft.IdentityServer (in Microsoft.IdentityServer.dll)

System::Object
  Microsoft.IdentityServer.PolicyModel.Configuration::ContractObject

[DataContractAttribute(Namespace = "http://schemas.datacontract.org/2012/04/ADFS")]
public ref class ContractObject abstract : IExtensibleDataObject

NameDescription
System_CAPS_protmethodContractObject()

Initializes a new instance of the ContractObject class.

NameDescription
System_CAPS_pubpropertyExtensionData

Contains data that is not recognized as belonging to the data contract.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticContractNamespace

The schema that defines a contract.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: