System.ServiceModel.SecurityJan2004Strings
namespace System.ServiceModel
{
internal static class SecurityJan2004Strings
{
public const string SecurityTokenReference = "SecurityTokenReference";
public const string Namespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
public const string Security = "Security";
public const string ValueType = "ValueType";
public const string TypeAttribute = "Type";
public const string Prefix = "o";
public const string NonceElement = "Nonce";
public const string PasswordElement = "Password";
public const string PasswordTextName = "PasswordText";
public const string UserNameElement = "Username";
public const string UserNameTokenElement = "UsernameToken";
public const string BinarySecurityToken = "BinarySecurityToken";
public const string EncodingType = "EncodingType";
public const string Reference = "Reference";
public const string URI = "URI";
public const string KeyIdentifier = "KeyIdentifier";
public const string EncodingTypeValueBase64Binary = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary";
public const string EncodingTypeValueHexBinary = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#HexBinary";
public const string EncodingTypeValueText = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Text";
public const string X509SKIValueType = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509SubjectKeyIdentifier";
public const string KerberosTokenTypeGSS = "http://docs.oasis-open.org/wss/oasis-wss-kerberos-token-profile-1.1#GSS_Kerberosv5_AP_REQ";
public const string KerberosTokenType1510 = "http://docs.oasis-open.org/wss/oasis-wss-kerberos-token-profile-1.1#GSS_Kerberosv5_AP_REQ1510";
public const string SamlAssertionIdValueType = "http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0#SAMLAssertionID";
public const string SamlAssertion = "Assertion";
public const string SamlUri = "urn:oasis:names:tc:SAML:1.0:assertion";
public const string RelAssertionValueType = "http://docs.oasis-open.org/wss/oasis-wss-rel-token-profile-1.0.pdf#license";
public const string FailedAuthenticationFaultCode = "FailedAuthentication";
public const string InvalidSecurityTokenFaultCode = "InvalidSecurityToken";
public const string InvalidSecurityFaultCode = "InvalidSecurity";
public const string KerberosHashValueType = "http://docs.oasis-open.org/wss/oasis-wss-kerberos-token-profile-1.1#Kerberosv5APREQSHA1";
public const string SecurityProfileNamespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0";
public const string X509TokenProfileNamespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0";
public const string UPTokenProfileNamespace = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0";
public const string SamlTokenProfileNamespace = "http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.0";
public const string KerberosTokenProfileNamespace = "http://www.docs.oasis-open.org/wss/2004/07/oasis-000000-wss-kerberos-token-profile-1.0";
public const string UPTokenType = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken";
public const string X509TokenType = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3";
public const string UPTokenPasswordTextValue = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText";
}
}