C# Класс Thinktecture.IdentityModel.Tokens.ClientSamlHttpBinding

Custom binding for client generated bearer SAML tokens
Наследование: System.ServiceModel.Channels.CustomBinding
Показать файл Открыть проект

Открытые методы

Метод Описание
ClientSamlHttpBinding ( SecurityMode mode ) : System

Initializes a new instance of the ClientSamlHttpBinding class.

CreateBindingElements ( ) : BindingElementCollection

Returns a generic collection of the binding elements from the custom binding.

CreateClientSamlForCertificateBindingElement ( ) : SecurityBindingElement

Creates a Message security version of the binding.

CreateClientSamlOverTransportBindingElement ( ) : SecurityBindingElement

Creates a mixed mode (TransportWithMessageCredentials) version of the binding.

Приватные методы

Метод Описание
CreateParameters ( ) : System.ServiceModel.Security.Tokens.IssuedSecurityTokenParameters

Описание методов

ClientSamlHttpBinding() публичный Метод

Initializes a new instance of the ClientSamlHttpBinding class.
public ClientSamlHttpBinding ( SecurityMode mode ) : System
mode SecurityMode Either TransportWithMessageCredential or Message.
Результат System

CreateBindingElements() публичный Метод

Returns a generic collection of the binding elements from the custom binding.
public CreateBindingElements ( ) : BindingElementCollection
Результат BindingElementCollection

CreateClientSamlForCertificateBindingElement() публичный статический Метод

Creates a Message security version of the binding.
public static CreateClientSamlForCertificateBindingElement ( ) : SecurityBindingElement
Результат SecurityBindingElement

CreateClientSamlOverTransportBindingElement() публичный статический Метод

Creates a mixed mode (TransportWithMessageCredentials) version of the binding.
public static CreateClientSamlOverTransportBindingElement ( ) : SecurityBindingElement
Результат SecurityBindingElement