Exemplo n.º 1
0
 public override void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state)
 {
     // not invoking configuration on purpose
 }
Exemplo n.º 2
0
 /// <summary>
 /// Populates channel credentials configurator with this instance's configuration.
 /// End users never need to invoke this method as it is part of internal implementation.
 /// </summary>
 public override void InternalPopulateConfiguration(ChannelCredentialsConfiguratorBase configurator, object state)
 {
     configurator.SetSslCredentials(state, rootCertificates, keyCertificatePair, verifyPeerCallback);
 }