Override getIdentifier to return an application-wide id.
///
/// ID = CLASS: APPLICATION, FORM: PRIMITIVE, TAG: 2. (0x42)
///
///
public override Asn1Identifier getIdentifier()
{
return new Asn1Identifier(Asn1Identifier.APPLICATION, false, LdapMessage.UNBIND_REQUEST);
}
public RfcRequest dupRequest(System.String base_Renamed, System.String filter, bool request)
{
throw new LdapException(ExceptionMessages.NO_DUP_REQUEST, new System.Object[]{"unbind"}, LdapException.Ldap_NOT_SUPPORTED, (System.String) null);
}
public System.String getRequestDN()
{
return null;
}
}
}