Example #1
0
 public ADClaimType(ADClaimTypeBase identity)
 {
     base.Identity = identity;
 }
Example #2
0
		public ADResourceProperty(ADClaimTypeBase identity)
		{
			base.Identity = identity;
		}
Example #3
0
		public ADClaimType(ADClaimTypeBase identity)
		{
			base.Identity = identity;
		}
Example #4
0
 public ADResourceProperty(ADClaimTypeBase identity)
 {
     base.Identity = identity;
 }