11 overrides of GetValue
System.DirectoryServices.Protocols (11)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (11)
337
public override byte[]
GetValue
()
379
public override byte[]
GetValue
()
432
public override byte[]
GetValue
()
479
public override byte[]
GetValue
()
522
public override byte[]
GetValue
()
576
public override byte[]
GetValue
()
651
public override byte[]
GetValue
()
748
public override byte[]
GetValue
()
866
public override byte[]
GetValue
()
1041
public override byte[]
GetValue
()
1134
public override byte[]
GetValue
()
13 references to GetValue
System.DirectoryServices.Protocols (13)
System\DirectoryServices\Protocols\common\DirectoryControl.cs (11)
352
return base.
GetValue
();
395
return base.
GetValue
();
447
return base.
GetValue
();
494
return base.
GetValue
();
537
return base.
GetValue
();
594
return base.
GetValue
();
670
return base.
GetValue
();
765
return base.
GetValue
();
900
return base.
GetValue
();
1086
return base.
GetValue
();
1149
return base.
GetValue
();
System\DirectoryServices\Protocols\common\DirectoryResponse.cs (1)
36
tempControls[i] = new DirectoryControl(_directoryControls[i].Type, _directoryControls[i].
GetValue
(), _directoryControls[i].IsCritical, _directoryControls[i].ServerSide);
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (1)
1216
byte[] byteControlValue = tempControl.
GetValue
();