Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.15 KB

asymmetricsecuritybindingelement.md

File metadata and controls

53 lines (34 loc) · 1.15 KB
description title ms.date ms.assetid
Learn more about: AsymmetricSecurityBindingElement
AsymmetricSecurityBindingElement
03/30/2017
7bd3b6be-8f77-4927-93ae-6fa371893cca

AsymmetricSecurityBindingElement

AsymmetricSecurityBindingElement

Syntax

class AsymmetricSecurityBindingElement : SecurityBindingElement  
{  
  string MessageProtectionOrder;  
  boolean RequireSignatureConfirmation;  
};  

Methods

The AsymmetricSecurityBindingElement class does not define any methods.

Properties

The AsymmetricSecurityBindingElement class has the following properties:

MessageProtectionOrder

Data type: string

Access type: Read-only

The order of message encryption and signing for this binding.

RequireSignatureConfirmation

Data type: boolean

Access type: Read-only

Whether the binding requires signature confirmation.

Requirements

MOF Declared in Servicemodel.mof.
Namespace Defined in root\ServiceModel

See also

  • xref:System.ServiceModel.Channels.AsymmetricSecurityBindingElement