Microsoft Identity Integration Server 2003 Developer Reference

IMAPasswordManagement.GetConnectionSecurityLevel

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.
[C#]
public abstract ConnectionSecurityLevel GetConnectionSecurityLevel();
[Visual Basic .NET]
Public MustOverride Function GetConnectionSecurityLevel() As ConnectionSecurityLevel
Implements IMAPasswordManagement.GetConnectionSecurityLevel

Parameters

This method has no parameters.

Return Values

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 Service Pack 1
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.