46 references to ElementNames
System.IdentityModel (46)
System\IdentityModel\Protocols\WSTrust\WSTrustConstantsAdapter.cs (44)
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;
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005RequestSerializer.cs (1)
174return reader.IsStartElement(WSTrustFeb2005Constants.ElementNames.RequestSecurityToken, WSTrustFeb2005Constants.NamespaceURI);
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ResponseSerializer.cs (1)
173return reader.IsStartElement(WSTrustFeb2005Constants.ElementNames.RequestSecurityTokenResponse, WSTrustFeb2005Constants.NamespaceURI);