12 references to Actions
System.IdentityModel (12)
System\IdentityModel\Protocols\WSTrust\WSTrustFeb2005ConstantsAdapter.cs (12)
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;