3 references to ClientCredentials
dotnet-svcutil-lib (3)
CodeDomFixup\System.ServiceModel.FederationCodeGen.cs (2)
48public WSTrustChannelClientCredentials(System.ServiceModel.Description.ClientCredentials clientCredentials) : base(clientCredentials) { } 49protected WSTrustChannelClientCredentials(WSTrustChannelClientCredentials other) : base(other) { }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (1)
123return new ClientCredentials(this);