89 references to WSTrustFeb2005Constants
System.IdentityModel (89)
System\IdentityModel\Protocols\WSTrust\WSTrustConstantsAdapter.cs (63)
107if (StringComparer.Ordinal.Equals(ns, WSTrustFeb2005Constants.NamespaceURI)) 208private string allow = WSTrustFeb2005Constants.AttributeNames.Allow; 209private string context = WSTrustFeb2005Constants.AttributeNames.Context; 210private string dialect = WSTrustFeb2005Constants.AttributeNames.Dialect; 211private string encodingType = WSTrustFeb2005Constants.AttributeNames.EncodingType; 212private string oK = WSTrustFeb2005Constants.AttributeNames.OK; 213private string type = WSTrustFeb2005Constants.AttributeNames.Type; 214private string valueType = WSTrustFeb2005Constants.AttributeNames.ValueType; 264private string allowPostdating = WSTrustFeb2005Constants.ElementNames.AllowPostdating; 265private string authenticationType = WSTrustFeb2005Constants.ElementNames.AuthenticationType; 266private string binarySecret = WSTrustFeb2005Constants.ElementNames.BinarySecret; 267private string binaryExchange = WSTrustFeb2005Constants.ElementNames.BinaryExchange; 268private string cancelTarget = WSTrustFeb2005Constants.ElementNames.CancelTarget; 269private string claims = WSTrustFeb2005Constants.ElementNames.Claims; 270private string computedKey = WSTrustFeb2005Constants.ElementNames.ComputedKey; 271private string computedKeyAlgorithm = WSTrustFeb2005Constants.ElementNames.ComputedKeyAlgorithm; 272private string canonicalizationAlgorithm = WSTrustFeb2005Constants.ElementNames.CanonicalizationAlgorithm; 273private string code = WSTrustFeb2005Constants.ElementNames.Code; 274private string delegatable = WSTrustFeb2005Constants.ElementNames.Delegatable; 275private string delegateTo = WSTrustFeb2005Constants.ElementNames.DelegateTo; 276private string encryption = WSTrustFeb2005Constants.ElementNames.Encryption; 277private string encryptionAlgorithm = WSTrustFeb2005Constants.ElementNames.EncryptionAlgorithm; 278private string encryptWith = WSTrustFeb2005Constants.ElementNames.EncryptWith; 279private string entropy = WSTrustFeb2005Constants.ElementNames.Entropy; 280private string forwardable = WSTrustFeb2005Constants.ElementNames.Forwardable; 281private string issuer = WSTrustFeb2005Constants.ElementNames.Issuer; 282private string keySize = WSTrustFeb2005Constants.ElementNames.KeySize; 283private string keyType = WSTrustFeb2005Constants.ElementNames.KeyType; 284private string lifetime = WSTrustFeb2005Constants.ElementNames.Lifetime; 285private string onBehalfOf = WSTrustFeb2005Constants.ElementNames.OnBehalfOf; 286private string participant = WSTrustFeb2005Constants.ElementNames.Participant; 287private string participants = WSTrustFeb2005Constants.ElementNames.Participants; 288private string primary = WSTrustFeb2005Constants.ElementNames.Primary; 289private string proofEncryption = WSTrustFeb2005Constants.ElementNames.ProofEncryption; 290private string reason = WSTrustFeb2005Constants.ElementNames.Reason; 291private string renewing = WSTrustFeb2005Constants.ElementNames.Renewing; 292private string renewTarget = WSTrustFeb2005Constants.ElementNames.RenewTarget; 293private string requestedAttachedReference = WSTrustFeb2005Constants.ElementNames.RequestedAttachedReference; 294private string requestedProofToken = WSTrustFeb2005Constants.ElementNames.RequestedProofToken; 295private string requestedSecurityToken = WSTrustFeb2005Constants.ElementNames.RequestedSecurityToken; 296private string requestedTokenCancelled = WSTrustFeb2005Constants.ElementNames.RequestedTokenCancelled; 297private string requestedUnattachedReference = WSTrustFeb2005Constants.ElementNames.RequestedUnattachedReference; 298private string requestKeySize = WSTrustFeb2005Constants.ElementNames.RequestKeySize; 299private string requestSecurityToken = WSTrustFeb2005Constants.ElementNames.RequestSecurityToken; 300private string requestSecurityTokenResponse = WSTrustFeb2005Constants.ElementNames.RequestSecurityTokenResponse; 301private string requestType = WSTrustFeb2005Constants.ElementNames.RequestType; 302private string securityContextToken = WSTrustFeb2005Constants.ElementNames.SecurityContextToken; 303private string signWith = WSTrustFeb2005Constants.ElementNames.SignWith; 304private string signatureAlgorithm = WSTrustFeb2005Constants.ElementNames.SignatureAlgorithm; 305private string status = WSTrustFeb2005Constants.ElementNames.Status; 306private string tokenType = WSTrustFeb2005Constants.ElementNames.TokenType; 307private string useKey = WSTrustFeb2005Constants.ElementNames.UseKey; 589get { return WSTrustFeb2005Constants.FaultCodeValues.AuthenticationBadElements; } 594get { return WSTrustFeb2005Constants.FaultCodeValues.BadRequest; } 599get { return WSTrustFeb2005Constants.FaultCodeValues.ExpiredData; } 604get { return WSTrustFeb2005Constants.FaultCodeValues.FailedAuthentication; } 609get { return WSTrustFeb2005Constants.FaultCodeValues.InvalidRequest; } 614get { return WSTrustFeb2005Constants.FaultCodeValues.InvalidScope; } 619get { return WSTrustFeb2005Constants.FaultCodeValues.InvalidSecurityToken; } 624get { return WSTrustFeb2005Constants.FaultCodeValues.InvalidTimeRange; } 629get { return WSTrustFeb2005Constants.FaultCodeValues.RenewNeeded; } 634get { return WSTrustFeb2005Constants.FaultCodeValues.RequestFailed; } 639get { return WSTrustFeb2005Constants.FaultCodeValues.UnableToRenew; }
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ConstantsAdapter.cs (22)
19NamespaceURI = WSTrustFeb2005Constants.NamespaceURI; 20Prefix = WSTrustFeb2005Constants.Prefix; 92this.Cancel = WSTrustFeb2005Constants.Actions.Cancel; 93this.CancelResponse = WSTrustFeb2005Constants.Actions.CancelResponse; 94this.Issue = WSTrustFeb2005Constants.Actions.Issue; 95this.IssueResponse = WSTrustFeb2005Constants.Actions.IssueResponse; 96this.Renew = WSTrustFeb2005Constants.Actions.Renew; 97this.RenewResponse = WSTrustFeb2005Constants.Actions.RenewResponse; 98this.RequestSecurityContextToken = WSTrustFeb2005Constants.Actions.RequestSecurityContextToken; 99this.RequestSecurityContextTokenCancel = WSTrustFeb2005Constants.Actions.RequestSecurityContextTokenCancel; 100this.RequestSecurityContextTokenResponse = WSTrustFeb2005Constants.Actions.RequestSecurityContextTokenResponse; 101this.RequestSecurityContextTokenResponseCancel = WSTrustFeb2005Constants.Actions.RequestSecurityContextTokenResponseCancel; 102this.Validate = WSTrustFeb2005Constants.Actions.Validate; 103this.ValidateResponse = WSTrustFeb2005Constants.Actions.ValidateResponse; 111this.Psha1 = WSTrustFeb2005Constants.ComputedKeyAlgorithms.PSHA1; 119this.Asymmetric = WSTrustFeb2005Constants.KeyTypes.Asymmetric; 120this.Bearer = WSTrustFeb2005Constants.KeyTypes.Bearer; 121this.Symmetric = WSTrustFeb2005Constants.KeyTypes.Symmetric; 129this.Cancel = WSTrustFeb2005Constants.RequestTypes.Cancel; 130this.Issue = WSTrustFeb2005Constants.RequestTypes.Issue; 131this.Renew = WSTrustFeb2005Constants.RequestTypes.Renew; 132this.Validate = WSTrustFeb2005Constants.RequestTypes.Validate;
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005RequestSerializer.cs (2)
174return reader.IsStartElement(WSTrustFeb2005Constants.ElementNames.RequestSecurityToken, WSTrustFeb2005Constants.NamespaceURI);
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ResponseSerializer.cs (2)
173return reader.IsStartElement(WSTrustFeb2005Constants.ElementNames.RequestSecurityTokenResponse, WSTrustFeb2005Constants.NamespaceURI);