1 write to ownerTypes
System.IdentityModel (1)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
46
this.
ownerTypes
= ownerTypes;
7 references to ownerTypes
System.IdentityModel (7)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (7)
56
get { return (this.
ownerTypes
== null || this.
ownerTypes
.Length == 0) ? null : this.
ownerTypes
[0]; }
74
if (this.
ownerTypes
== null || ownerType == null)
77
for (int i = 0; i < this.
ownerTypes
.Length; ++i)
79
if (this.
ownerTypes
[i] == null || this.
ownerTypes
[i] == ownerType)