Notă
Accesul la această pagină necesită autorizare. Puteți încerca să vă conectați sau să modificați directoarele.
Accesul la această pagină necesită autorizare. Puteți încerca să modificați directoarele.
SecurityBindingElement
Syntax
class SecurityBindingElement : BindingElement
{
string DefaultAlgorithmSuite;
boolean IncludeTimestamp;
string KeyEntropyMode;
LocalServiceSecuritySettings LocalServiceSecuritySettings;
string MessageSecurityVersion;
string SecurityHeaderLayout;
};
Methods
The SecurityBindingElement class does not define any methods.
Properties
The SecurityBindingElement class has the following properties:
DefaultAlgorithmSuite
Data type: string
Access type: Read-only
Specifies the algorithms to use with the binding.
IncludeTimestamp
Data type: boolean
Access type: Read-only
A Boolean value that specifies whether each message contains a timestamp.
KeyEntropyMode
Data type: string
Access type: Read-only
The source of entropy used to create keys.
LocalServiceSecuritySettings
Data type: LocalServiceSecuritySettings
Access type: Read-only
The binding specific security properties for the local service.
MessageSecurityVersion
Data type: string
Access type: Read-only
The version used for message security.
SecurityHeaderLayout
Data type: string
Access type: Read-only
The order of elements in the security header for this binding.
Requirements
MOF | Declared in Servicemodel.mof. |
---|---|
Namespace | Defined in root\ServiceModel |