Esempio n. 1
0
 protected SecurityProtocol(SecurityProtocolFactory factory, EndpointAddress target, Uri via)
 {
     SecurityProtocolFactory = factory;
     Target = target;
     Via    = via;
     CommunicationObject = new WrapperSecurityCommunicationObject(this);
 }
Esempio n. 2
0
 protected CommunicationObjectSecurityTokenAuthenticator()
 {
     CommunicationObject = new WrapperSecurityCommunicationObject(this);
 }
 protected SecurityProtocolFactory()
 {
     ChannelSupportingTokenAuthenticatorSpecification = new Collection <SupportingTokenAuthenticatorSpecification>();
     ScopedSupportingTokenAuthenticatorSpecification  = new Dictionary <string, ICollection <SupportingTokenAuthenticatorSpecification> >();
     CommunicationObject = new WrapperSecurityCommunicationObject(this);
 }