System.ServiceModel.Channels.AuthenticationSchemesHelper
namespace System.ServiceModel.Channels
{
internal static class AuthenticationSchemesHelper
{
public static bool IsSingleton(this AuthenticationSchemes v);
public static bool IsSet(this AuthenticationSchemes thisPtr, AuthenticationSchemes authenticationSchemes);
public static bool IsNotSet(this AuthenticationSchemes thisPtr, AuthenticationSchemes authenticationSchemes);
}
}