System.ServiceModel.Security.Tokens.TokenReferenceStyleHelper
namespace System.ServiceModel.Security.Tokens
{
internal static class TokenReferenceStyleHelper
{
public static bool IsDefined(SecurityTokenReferenceStyle value);
public static void Validate(SecurityTokenReferenceStyle value);
}
}