24 references to Cn
System.DirectoryServices (24)
System\DirectoryServices\ActiveDirectory\ActiveDirectoryInterSiteTransport.cs (2)
244
string cn = (string)PropertyManager.GetSearchResultPropertyValue(result, PropertyManager.
Cn
)!;
292
string cn = (string)PropertyManager.GetSearchResultPropertyValue(result, PropertyManager.
Cn
)!;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchema.cs (4)
408
propertiesToLoad[1] = PropertyManager.
Cn
;
434
string commonName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
Cn
)!;
462
propertiesToLoad[1] = PropertyManager.
Cn
;
488
string commonName = (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
Cn
)!;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaClass.cs (4)
456
_commonName ??= (string)GetValueFromCache(PropertyManager.
Cn
, true)!;
467
SetProperty(PropertyManager.
Cn
, value);
1151
str.Append(PropertyManager.
Cn
);
1181
propertyNamesWithoutRangeRetrieval.Add(PropertyManager.
Cn
);
System\DirectoryServices\ActiveDirectory\ActiveDirectorySchemaProperty.cs (5)
494
_commonName ??= (string)GetValueFromCache(PropertyManager.
Cn
, true)!;
508
SetProperty(PropertyManager.
Cn
, value);
1190
str.Append(PropertyManager.
Cn
);
1219
propertiesToLoad[1] = PropertyManager.
Cn
;
1236
propertiesToLoad[1] = PropertyManager.
Cn
;
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (5)
957
if (Utils.Compare((string)PropertyManager.GetPropertyValue(context, cachedEntry, PropertyManager.
Cn
)!, fromSite) != 0)
1027
if (Utils.Compare(otherSite, (string)PropertyManager.GetPropertyValue(context, cachedEntry, PropertyManager.
Cn
)!) != 0)
1160
subnetName = (string)PropertyManager.GetSearchResultPropertyValue(result, PropertyManager.
Cn
)!;
1205
string linkName = (string)PropertyManager.GetSearchResultPropertyValue(result, PropertyManager.
Cn
)!;
1272
string cn = (string)PropertyManager.GetSearchResultPropertyValue(result, PropertyManager.
Cn
)!;
System\DirectoryServices\ActiveDirectory\ADAMInstance.cs (1)
675
cachedSiteName = (string)PropertyManager.GetPropertyValue(context, siteEntry, PropertyManager.
Cn
)!;
System\DirectoryServices\ActiveDirectory\ConfigSet.cs (2)
633
propertiesToLoad[0] = PropertyManager.
Cn
;
645
sites.Add(new ActiveDirectorySite(_context, (string)PropertyManager.GetSearchResultPropertyValue(res, PropertyManager.
Cn
)!, true));
System\DirectoryServices\ActiveDirectory\DirectoryServer.cs (1)
781
ReplicationConnection con = new ReplicationConnection(newContext, r.GetDirectoryEntry(), (string)PropertyManager.GetSearchResultPropertyValue(r, PropertyManager.
Cn
)!);