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