Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IMAPasswordManagement.GetConnectionSecurityLevel() method determines the security level of the connection to the server. This method is called after the call to the BeginConnectionToServer method is successful.
Syntax
public ConnectionSecurityLevel GetConnectionSecurityLevel();
Public Function GetConnectionSecurityLevel() As ConnectionSecurityLevel
Implements IMAPasswordManagement.GetConnectionSecurityLevel
Parameters
This method has no parameters.
Return Value
A ConnectionSecurityLevel value that determines the security level of the connection to the server.
Exceptions
| Exception type | Condition |
|---|---|
| EntryPointNotImplementedException | The rules extension does not implement this method. |
| PasswordExtensionException | The password extension throws an unknown exception. |
| ServerDownException | The connected directory extension cannot establish a connection to the connected directory. |
Requirements
| Product | Microsoft Identity Integration Server 2003 SP1 |
| Namespace | Microsoft.MetadirectoryServices |
| Assembly | Microsoft.MetadirectoryServices |
| .NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009