Ejemplo n.º 1
0
 // Token: 0x06000302 RID: 770 RVA: 0x000106A4 File Offset: 0x0000E8A4
 internal PartitionId(Guid partitionObjectId)
 {
     if (partitionObjectId == Guid.Empty)
     {
         throw new ArgumentNullException("partitionObjectId");
     }
     this.forestFQDN = ADAccountPartitionLocator.GetAccountPartitionFqdnByPartitionGuid(partitionObjectId);
     this.ValidatePartitionFqdn(this.forestFQDN);
     this.partitionObjectId = new Guid?(partitionObjectId);
 }