1 instantiation of InitiatorSessionSymmetricTransportSecurityProtocol
System.ServiceModel (1)
System\ServiceModel\Security\SessionSymmetricTransportSecurityProtocolFactory.cs (1)
45
return new
InitiatorSessionSymmetricTransportSecurityProtocol
(this, target, via);
2 references to InitiatorSessionSymmetricTransportSecurityProtocol
System.ServiceModel (2)
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (2)
190
InitiatorSessionSymmetricTransportSecurityProtocol
binding;
192
public SecureOutgoingMessageAsyncResult(string actor, Message message,
InitiatorSessionSymmetricTransportSecurityProtocol
binding, SecurityToken signingToken, SecurityToken sourceToken, SecurityTokenParameters tokenParameters, TimeSpan timeout, AsyncCallback callback, object state)