2 writes to SamlAssertionIdValueType
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
750
this.
SamlAssertionIdValueType
= dictionary.CreateString(IdentityModelStringsVersion1.String134, 134);
784
this.
SamlAssertionIdValueType
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String134);
1 reference to SamlAssertionIdValueType
System.IdentityModel (1)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
690
string valueType = string.IsNullOrEmpty(samlClause.ValueType) ? XD.SecurityJan2004Dictionary.
SamlAssertionIdValueType
.Value : samlClause.ValueType;