2 writes to IssueInstant
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
284this.IssueInstant = dictionary.CreateString(IdentityModelStringsVersion1.String50, 50); 345this.IssueInstant = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String50);
2 references to IssueInstant
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlAssertion.cs (2)
530attributeValue = wrappedReader.GetAttribute(dictionary.IssueInstant, null); 644writer.WriteStartAttribute(dictionary.IssueInstant, null);