Override getIdentifier to return an application-wide id.
///
///
/// ID = CLASS: APPLICATION, FORM: CONSTRUCTED, TAG: 23.
///
///
public override Asn1Identifier getIdentifier()
{
return new Asn1Identifier(Asn1Identifier.APPLICATION, true, LdapMessage.EXTENDED_REQUEST);
}
public RfcRequest dupRequest(System.String base_Renamed, System.String filter, bool request)
{
// Just dup the original request
return new RfcExtendedRequest(toArray());
}
public System.String getRequestDN()
{
return null;
}
}
}