PrivacyNoticeBindingElementImporter Class

Definition

Imports WSDL-based policies and contracts about privacy notices into descriptions of the binding elements that can implement these policies for the service.

public ref class PrivacyNoticeBindingElementImporter sealed : System::ServiceModel::Description::IPolicyImportExtension
public sealed class PrivacyNoticeBindingElementImporter : System.ServiceModel.Description.IPolicyImportExtension
type PrivacyNoticeBindingElementImporter = class
    interface IPolicyImportExtension
Public NotInheritable Class PrivacyNoticeBindingElementImporter
Implements IPolicyImportExtension
Inheritance
PrivacyNoticeBindingElementImporter
Implements

Constructors

PrivacyNoticeBindingElementImporter()

Initializes a new instance of the PrivacyNoticeBindingElementImporter class.

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)

Explicit Interface Implementations

IPolicyImportExtension.ImportPolicy(MetadataImporter, PolicyConversionContext)

Imports custom policy assertions for privacy notices and adds the binding elements that implement the policy.

Applies to