internal static void ApplyTransportSecurity(HttpsRelayTransportBindingElement transport, HttpRelayTransportSecurity transportSecurity)
 {
     HttpRelayTransportSecurity.ConfigureTransportProtectionAndAuthentication(transport, transportSecurity);
 }
Ejemplo n.º 2
0
 internal static void EnableTransportSecurity(HttpsRelayTransportBindingElement https, HttpRelayTransportSecurity transportSecurity)
 {
     HttpRelayTransportSecurity.ConfigureTransportProtectionAndAuthentication(https, transportSecurity);
 }