SecurityBindingElementImporter Class

Definition

Provides an extensibility point for extending the standard security policy import.

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

Constructors

SecurityBindingElementImporter()

Initializes a new instance of the SecurityBindingElementImporter class.

Properties

MaxPolicyRedirections

Gets the maximum allowed number of policy redirections.

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 a custom policy assertion about bindings.

Applies to