2 writes to Statement
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
297this.Statement = dictionary.CreateString(IdentityModelStringsVersion1.String63, 63); 358this.Statement = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String63);
1 reference to Statement
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
80throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.Statement.Value));