Home
last modified time | relevance | path

Searched refs:SetCompositeCredentials (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core.Api/
DCallCredentialsConfiguratorBase.cs32 …public abstract void SetCompositeCredentials(object state, IReadOnlyList<CallCredentials> credenti… in SetCompositeCredentials() method in Grpc.Core.CallCredentialsConfiguratorBase
DChannelCredentialsConfiguratorBase.cs42 …public abstract void SetCompositeCredentials(object state, ChannelCredentials channelCredentials, … in SetCompositeCredentials() method in Grpc.Core.ChannelCredentialsConfiguratorBase
DCallCredentials.cs71 configurator.SetCompositeCredentials(state, credentials); in InternalPopulateConfiguration()
DChannelCredentials.cs113 configurator.SetCompositeCredentials(state, channelCredentials, callCredentials); in InternalPopulateConfiguration()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DDefaultCallCredentialsConfigurator.cs42 …public override void SetCompositeCredentials(object state, IReadOnlyList<CallCredentials> credenti… in SetCompositeCredentials() method in Grpc.Core.Internal.DefaultCallCredentialsConfigurator
DDefaultChannelCredentialsConfigurator.cs63 …public override void SetCompositeCredentials(object state, ChannelCredentials channelCredentials, … in SetCompositeCredentials() method in Grpc.Core.Internal.DefaultChannelCredentialsConfigurator