Skip to content

Commit

Permalink
[P2] Support System.ServiceModel.Channels.SecurityBindingElement #3860
Browse files Browse the repository at this point in the history
  • Loading branch information
HongGit authored and mconnew committed Sep 12, 2019
1 parent 0c5cb3f commit 9a59e68
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ internal SecurityBindingElement() { }
public static System.ServiceModel.Channels.TransportSecurityBindingElement CreateUserNameOverTransportBindingElement() { return default(System.ServiceModel.Channels.TransportSecurityBindingElement); }
public override T GetProperty<T>(System.ServiceModel.Channels.BindingContext context) { return default(T); }
public override string ToString() { return default(string); }
public System.ServiceModel.Security.SecurityAlgorithmSuite DefaultAlgorithmSuite { get { return default(System.ServiceModel.Security.SecurityAlgorithmSuite); } set { } }
public System.ServiceModel.Security.SecurityKeyEntropyMode KeyEntropyMode { get { return default(System.ServiceModel.Security.SecurityKeyEntropyMode);} set { } }
}
public enum SecurityHeaderLayout
{
Expand Down

0 comments on commit 9a59e68

Please sign in to comment.