89 references to WSTrustFeb2005Constants
System.IdentityModel (89)
System\IdentityModel\Protocols\WSTrust\WSTrustConstantsAdapter.cs (63)
107
if (StringComparer.Ordinal.Equals(ns,
WSTrustFeb2005Constants
.NamespaceURI))
208
private string allow =
WSTrustFeb2005Constants
.AttributeNames.Allow;
209
private string context =
WSTrustFeb2005Constants
.AttributeNames.Context;
210
private string dialect =
WSTrustFeb2005Constants
.AttributeNames.Dialect;
211
private string encodingType =
WSTrustFeb2005Constants
.AttributeNames.EncodingType;
212
private string oK =
WSTrustFeb2005Constants
.AttributeNames.OK;
213
private string type =
WSTrustFeb2005Constants
.AttributeNames.Type;
214
private string valueType =
WSTrustFeb2005Constants
.AttributeNames.ValueType;
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;
589
get { return
WSTrustFeb2005Constants
.FaultCodeValues.AuthenticationBadElements; }
594
get { return
WSTrustFeb2005Constants
.FaultCodeValues.BadRequest; }
599
get { return
WSTrustFeb2005Constants
.FaultCodeValues.ExpiredData; }
604
get { return
WSTrustFeb2005Constants
.FaultCodeValues.FailedAuthentication; }
609
get { return
WSTrustFeb2005Constants
.FaultCodeValues.InvalidRequest; }
614
get { return
WSTrustFeb2005Constants
.FaultCodeValues.InvalidScope; }
619
get { return
WSTrustFeb2005Constants
.FaultCodeValues.InvalidSecurityToken; }
624
get { return
WSTrustFeb2005Constants
.FaultCodeValues.InvalidTimeRange; }
629
get { return
WSTrustFeb2005Constants
.FaultCodeValues.RenewNeeded; }
634
get { return
WSTrustFeb2005Constants
.FaultCodeValues.RequestFailed; }
639
get { return
WSTrustFeb2005Constants
.FaultCodeValues.UnableToRenew; }
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ConstantsAdapter.cs (22)
19
NamespaceURI =
WSTrustFeb2005Constants
.NamespaceURI;
20
Prefix =
WSTrustFeb2005Constants
.Prefix;
92
this.Cancel =
WSTrustFeb2005Constants
.Actions.Cancel;
93
this.CancelResponse =
WSTrustFeb2005Constants
.Actions.CancelResponse;
94
this.Issue =
WSTrustFeb2005Constants
.Actions.Issue;
95
this.IssueResponse =
WSTrustFeb2005Constants
.Actions.IssueResponse;
96
this.Renew =
WSTrustFeb2005Constants
.Actions.Renew;
97
this.RenewResponse =
WSTrustFeb2005Constants
.Actions.RenewResponse;
98
this.RequestSecurityContextToken =
WSTrustFeb2005Constants
.Actions.RequestSecurityContextToken;
99
this.RequestSecurityContextTokenCancel =
WSTrustFeb2005Constants
.Actions.RequestSecurityContextTokenCancel;
100
this.RequestSecurityContextTokenResponse =
WSTrustFeb2005Constants
.Actions.RequestSecurityContextTokenResponse;
101
this.RequestSecurityContextTokenResponseCancel =
WSTrustFeb2005Constants
.Actions.RequestSecurityContextTokenResponseCancel;
102
this.Validate =
WSTrustFeb2005Constants
.Actions.Validate;
103
this.ValidateResponse =
WSTrustFeb2005Constants
.Actions.ValidateResponse;
111
this.Psha1 =
WSTrustFeb2005Constants
.ComputedKeyAlgorithms.PSHA1;
119
this.Asymmetric =
WSTrustFeb2005Constants
.KeyTypes.Asymmetric;
120
this.Bearer =
WSTrustFeb2005Constants
.KeyTypes.Bearer;
121
this.Symmetric =
WSTrustFeb2005Constants
.KeyTypes.Symmetric;
129
this.Cancel =
WSTrustFeb2005Constants
.RequestTypes.Cancel;
130
this.Issue =
WSTrustFeb2005Constants
.RequestTypes.Issue;
131
this.Renew =
WSTrustFeb2005Constants
.RequestTypes.Renew;
132
this.Validate =
WSTrustFeb2005Constants
.RequestTypes.Validate;
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005RequestSerializer.cs (2)
174
return reader.IsStartElement(
WSTrustFeb2005Constants
.ElementNames.RequestSecurityToken,
WSTrustFeb2005Constants
.NamespaceURI);
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ResponseSerializer.cs (2)
173
return reader.IsStartElement(
WSTrustFeb2005Constants
.ElementNames.RequestSecurityTokenResponse,
WSTrustFeb2005Constants
.NamespaceURI);