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