1 write to policy
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSubjectStatement.cs (1)
85this.policy = new UnconditionalPolicy(this.subject.Identity, claimSets.AsReadOnly(), SecurityUtils.MaxUtcDateTime);
2 references to policy
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSubjectStatement.cs (2)
69if (this.policy == null) 88return this.policy;