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