46 references to ElementNames
System.IdentityModel (46)
System\IdentityModel\Protocols\WSTrust\WSTrustConstantsAdapter.cs (44)
264
private string allowPostdating = WSTrustFeb2005Constants.
ElementNames
.AllowPostdating;
265
private string authenticationType = WSTrustFeb2005Constants.
ElementNames
.AuthenticationType;
266
private string binarySecret = WSTrustFeb2005Constants.
ElementNames
.BinarySecret;
267
private string binaryExchange = WSTrustFeb2005Constants.
ElementNames
.BinaryExchange;
268
private string cancelTarget = WSTrustFeb2005Constants.
ElementNames
.CancelTarget;
269
private string claims = WSTrustFeb2005Constants.
ElementNames
.Claims;
270
private string computedKey = WSTrustFeb2005Constants.
ElementNames
.ComputedKey;
271
private string computedKeyAlgorithm = WSTrustFeb2005Constants.
ElementNames
.ComputedKeyAlgorithm;
272
private string canonicalizationAlgorithm = WSTrustFeb2005Constants.
ElementNames
.CanonicalizationAlgorithm;
273
private string code = WSTrustFeb2005Constants.
ElementNames
.Code;
274
private string delegatable = WSTrustFeb2005Constants.
ElementNames
.Delegatable;
275
private string delegateTo = WSTrustFeb2005Constants.
ElementNames
.DelegateTo;
276
private string encryption = WSTrustFeb2005Constants.
ElementNames
.Encryption;
277
private string encryptionAlgorithm = WSTrustFeb2005Constants.
ElementNames
.EncryptionAlgorithm;
278
private string encryptWith = WSTrustFeb2005Constants.
ElementNames
.EncryptWith;
279
private string entropy = WSTrustFeb2005Constants.
ElementNames
.Entropy;
280
private string forwardable = WSTrustFeb2005Constants.
ElementNames
.Forwardable;
281
private string issuer = WSTrustFeb2005Constants.
ElementNames
.Issuer;
282
private string keySize = WSTrustFeb2005Constants.
ElementNames
.KeySize;
283
private string keyType = WSTrustFeb2005Constants.
ElementNames
.KeyType;
284
private string lifetime = WSTrustFeb2005Constants.
ElementNames
.Lifetime;
285
private string onBehalfOf = WSTrustFeb2005Constants.
ElementNames
.OnBehalfOf;
286
private string participant = WSTrustFeb2005Constants.
ElementNames
.Participant;
287
private string participants = WSTrustFeb2005Constants.
ElementNames
.Participants;
288
private string primary = WSTrustFeb2005Constants.
ElementNames
.Primary;
289
private string proofEncryption = WSTrustFeb2005Constants.
ElementNames
.ProofEncryption;
290
private string reason = WSTrustFeb2005Constants.
ElementNames
.Reason;
291
private string renewing = WSTrustFeb2005Constants.
ElementNames
.Renewing;
292
private string renewTarget = WSTrustFeb2005Constants.
ElementNames
.RenewTarget;
293
private string requestedAttachedReference = WSTrustFeb2005Constants.
ElementNames
.RequestedAttachedReference;
294
private string requestedProofToken = WSTrustFeb2005Constants.
ElementNames
.RequestedProofToken;
295
private string requestedSecurityToken = WSTrustFeb2005Constants.
ElementNames
.RequestedSecurityToken;
296
private string requestedTokenCancelled = WSTrustFeb2005Constants.
ElementNames
.RequestedTokenCancelled;
297
private string requestedUnattachedReference = WSTrustFeb2005Constants.
ElementNames
.RequestedUnattachedReference;
298
private string requestKeySize = WSTrustFeb2005Constants.
ElementNames
.RequestKeySize;
299
private string requestSecurityToken = WSTrustFeb2005Constants.
ElementNames
.RequestSecurityToken;
300
private string requestSecurityTokenResponse = WSTrustFeb2005Constants.
ElementNames
.RequestSecurityTokenResponse;
301
private string requestType = WSTrustFeb2005Constants.
ElementNames
.RequestType;
302
private string securityContextToken = WSTrustFeb2005Constants.
ElementNames
.SecurityContextToken;
303
private string signWith = WSTrustFeb2005Constants.
ElementNames
.SignWith;
304
private string signatureAlgorithm = WSTrustFeb2005Constants.
ElementNames
.SignatureAlgorithm;
305
private string status = WSTrustFeb2005Constants.
ElementNames
.Status;
306
private string tokenType = WSTrustFeb2005Constants.
ElementNames
.TokenType;
307
private string useKey = WSTrustFeb2005Constants.
ElementNames
.UseKey;
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005RequestSerializer.cs (1)
174
return reader.IsStartElement(WSTrustFeb2005Constants.
ElementNames
.RequestSecurityToken, WSTrustFeb2005Constants.NamespaceURI);
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ResponseSerializer.cs (1)
173
return reader.IsStartElement(WSTrustFeb2005Constants.
ElementNames
.RequestSecurityTokenResponse, WSTrustFeb2005Constants.NamespaceURI);