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