ISecurityCapabilities Interfaccia
Definizione
Definisce il contratto per specificare le funzionalità di sicurezza per le associazioni.Defines the contract for specifying the security capabilities for bindings.
public interface class ISecurityCapabilities
public interface ISecurityCapabilities
type ISecurityCapabilities = interface
Public Interface ISecurityCapabilities
- Derivato
Esempio
Per un'implementazione completa, vedere l'esempio NetHttpBindingFor a full implementation see the NetHttpBinding sample
Proprietà
SupportedRequestProtectionLevel |
Ottiene le richieste del livello di protezione supportate dall'associazione.Gets the protection level requests supported by the binding. |
SupportedResponseProtectionLevel |
Ottiene le risposte del livello di protezione supportate dall'associazione.Gets the protection level responses supported by the binding. |
SupportsClientAuthentication |
Ottiene un valore che indica se l'associazione supporta l'autenticazione client.Gets a value that indicates whether the binding supports client authentication. |
SupportsClientWindowsIdentity |
Ottiene un valore che indica se l'associazione supporta l'identità Windows del client.Gets a value that indicates whether the binding supports client Windows identity. |
SupportsServerAuthentication |
Ottiene un valore che indica se l'associazione supporta l'autenticazione server.Gets a value that indicates whether the binding supports server authentication. |