2 writes to NotOnOrAfter
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
295this.NotOnOrAfter = dictionary.CreateString(IdentityModelStringsVersion1.String61, 61); 356this.NotOnOrAfter = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String61);
2 references to NotOnOrAfter
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlConditions.cs (2)
118time = reader.GetAttribute(dictionary.NotOnOrAfter, null); 169writer.WriteStartAttribute(dictionary.NotOnOrAfter, null);